SCPI Command
CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:TYPE <char>
CALCulate<Ch>[:SELected]: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>,
<Ch>={[1]|2|...9}
<Mk>={[1] … |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
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
Back to Command Finder (From User Interface)