Command/Query
:CALCulate<Ch>[:SELected]:MARKer:COUPle {ON|OFF|1|0}
:CALCulate<Ch>[:SELected]:MARKer:COUPle?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:MARKer:COUPle {ON|OFF|1|0}
:CALCulate<Ch>:TRACe<Tr>:MARKer:COUPle?
This command turns ON/OFF the marker coupling between traces.
Parameter |
Selection Option |
Description |
ON/OFF of the marker coupling between traces |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
ON |
{1|0}<newline><^END>
Dim Var as Integer
Var = 1
Ena.WriteString ":CALC1:MARK:COUP " & Str(Var), True
Ena.WriteString ":CALC1:MARK:COUP?", True
Var=Ena.ReadNumber
Marker Function > Couple
SCPI.CALCULATE(Ch).SELECTED.MARKER.COUPLE
SCPI.CALCULATE(Ch).TRACE(Tr).MARKER.COUPLE