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> the active trace of channel <Ch>,
<Ch>={[1]|2|3|4}
<Ch>={[1] … |16} (in N-port mode only)
<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 > Search > {Search Max | Search Min}
Markers > Search > Search Peak > {Search Peak | Max Peak | Peak Left | Peak Right}
Markers > Search > Search Target > {Search Target | Target Left | 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)