SCPI Command
CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:TYPE <char>
CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:TYPE?
Or
CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>:FUNCtion:TYPE <char>
CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>:FUNCtion:TYPE?
Selects the type of the marker search, which is performed by the CALC:MARK:FUNC:EXEC command. |
---|
command/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}
<char> Specifies the type of the marker search:
MAXimum |
Maximum value search |
MINimum |
Minimum value search |
PEAK |
Peak search |
LPEak |
Peak search to the left from the marker |
RPEak |
Peak search to the right from the marker |
TARGet |
Target search |
LTARget |
Target search to the left from the marker |
RTARget |
Target search to the right from the marker |
{MAX|MIN|PEAK|LPE|RPE|TARG|LTAR|RTAR}
MAX
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.TYPE
note |
This command is similar to CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:TYPE only. |
Param = app.SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.TYPE
app.SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.TYPE = "MIN"
String (read/write)
Back to CALCulate
Back to Command Finder