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|...9}
<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. |
Markers > Marker Functions > {Marker–>Start | Marker–>Stop | Marker –>Center | Marker–>Ref Value}
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)