Property (Read-Write)
SCPI.CALCulate(Ch).SELected.MARKer.COUPle = Status
Status = SCPI.CALCulate(Ch).SELected.MARKer.COUPle
This command turns ON/OFF the marker coupling between traces, for the selected channel (Ch).
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
:CALCulate{[1]-4}[:SELected]:MARKer:COUPle {ON|OFF|1|0}
:CALCulate{[1]-4}[:SELected]:MARKer:COUPle?
{1|0}<newline><^END>
10 OUTPUT 717;":CALC1:MARK:COUP OFF"
20 OUTPUT 717;":CALC1:MARK:COUP?"
30 ENTER 717;A