SCPI Command
CALCulate<Ch>[:SELected]:MARKer<Mk>:SET <char>
Sets the value of the specified item to the value of the position of the marker. |
---|
no query |
Marker <Mk> of 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:
STARt |
Sweep start value set to the stimulus value of the marker position. |
STOP |
Sweep stop value set to the stimulus value of the marker position. |
CENTer |
Sweep center value set to the stimulus value of the marker position. |
RLEVel |
Reference value set to the response value of the marker position. |
None
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(Mk).SET
app.SCPI.CALCulate(Ch).SELected.MARKer(Mk).POSition = "STOP"
app.SCPI.CALCulate(Ch).SELected.MARKer(Mk).SET = "STOP"
String (read/write)
Back to CALCulate
Back to Command Finder
Back to Command Finder (From User Interface)