SCPI Command
CALCulate<Ch>[:SELected]:MARKer:REFerence[:STATe] {OFF|ON|0|1}
CALCulate<Ch>[:SELected]:MARKer:REFerence[:STATe]?
Turns the reference marker ON/OFF. When the reference marker is turned ON, all the values of the other markers turn to relative values. |
---|
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}
{ON|1} |
Reference marker ON |
{OFF|0} |
Reference marker OFF |
{0|1}
0
Markers > Reference Marker
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(1).REFerence.STATe
Status = app.SCPI.CALCulate(1).SELected.MARKer.REFerence.STATe
app.SCPI.CALCulate(1).SELected.MARKer.REFerence.STATe = true
Boolean (read/write)
Warning |
Object MARKer has an index of 1, which can be omitted in Visual Basic, but it cannot be omitted in other programming languages. |
Back to CALCulate
Back to Command Finder
Back to Command Finder (From User Interface)