SCPI Command
CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:EXECute
Or
CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>:FUNCtion:EXECute
Executes the marker search according to the specified criterion. The type of the marker search is set by the CALC:MARK:FUNC:TYPE command. |
---|
no query |
Marker <Mk> of the active trace of channel <Ch>,
Or
Marker <Mk> of the trace <Tr> of channel <Ch>,
<Ch> = {[1]|2|...16}
<Tr> = {[1]|2|...16}
<Mk> = {[1]|2|...16}
Markers > Marker Search > {Maximum | Minimum}
Markers > Marker Search > Peak > {Search Peak | Search Max Peak | Search Peak Left | Search Peak Right}
Markers > Marker Search > Target > {Search Target | Search Target Left | Search Target Right}
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.EXECute
note |
This command is similar to CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:EXECute only. |
Data = app.SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.EXECute
Method
Back to CALCulate
Back to Command Finder