Property (Read-Write)
All revision:
SCPI.CALCulate(Ch).SELected.MARKer.COUPle = Status
Status = SCPI.CALCulate(Ch).SELected.MARKer.COUPle
In revision A.9.60 and above, the following syntax is also supported:
SCPI.CALCulate(Ch).TRACe(Tr).MARKer.COUPle = Status
Status = SCPI.CALCulate(Ch).TRACe(Tr).MARKer.COUPle
This command turns ON/OFF the marker coupling between traces, for the selected channel (Ch).
In revision A.9.60 and above, you can select the trace and turn ON/OFF the marker coupling between traces for the trace just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.
Parameter |
Status |
Description |
ON/OFF of the marker coupling between traces |
Data type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset value |
True or ON |
Dim MkrCpl As Boolean
SCPI.CALCulate(1).SELected.MARKer.COUPle = False
MkrCpl = SCPI.CALCulate(1).SELected.MARKer.COUPle
Marker Fctn > Couple
All revision:
:CALCulate{[1]-160}[:SELected]:MARKer:COUPle {ON|OFF|1|0}
:CALCulate{[1]-160}[:SELected]:MARKer:COUPle?
In revision A.9.60 and above, the following syntax is also supported:
:CALCulate{[1]-160}:TRACe{[1]-16}:MARKer:COUPle {ON|OFF|1|0}
:CALCulate{[1]-160}:TRACe{[1]-16}:MARKer:COUPle?
{1|0}<newline><^END>
10 OUTPUT 717;":CALC1:MARK:COUP OFF"
20 OUTPUT 717;":CALC1:MARK:COUP?"
30 ENTER 717;A