SCPI Command
CALCulate<Ch>[:SELected]:MARKer<Mk>:SET <char>
Or
CALCulate<Ch>:TRACe<Tr>: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>,
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:
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. |
DELay |
Delay value set to the response value of the marker position |
Markers > Marker Functions > {Marker–>Start | Marker–>Stop | Marker –>Center | Marker–>Ref Value | Marker–>Delay}
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(Mk).SET
note |
This command is similar to CALCulate<Ch>[:SELected]:MARKer<Mk>:SET <char> only. |
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