Command/Query
:CALCulate<Ch>[:SELected]:MARKer:XUNit {STIM|TIME|RFReq}
:CALCulate<Ch>[:SELected]:MARKer:XUNit?
This command sets/gets the marker x-axis display method for the active trace.
Parameter |
Selection Option |
Description |
Marker x-axis display method |
Data Type |
Character string type (String) |
Range |
STIM: Sweep parameter TIME: Time RFReq: Relaxation time |
Preset Value |
STIM |
{STIM|TIME|RFR}<newline><^END>
Dim Var as String
Var= "STIM"
Ana.WriteString ":CALC1:MARK:XUN " & Var, True
Ana.WriteString ":CALC1:MARK:XUN?", True
Var=Ana.ReadString
Marker Function > X Unit
SCPI.CALCULATE(Ch).SELECTED.MARKER.XUNIT