Property (Read-Write)
All revision:
SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.COUPle = Status
Status = SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.COUPle
In revision A.9.60 and above, the following syntax is also supported:
SCPI.CALCulate(Ch).TRACe(Tr).FUNCtion.DOMain.COUPle = Status
Status = SCPI.CALCulate(Ch).TRACe(Tr).FUNCtion.DOMain.COUPle
This command specifies whether to set the coupling of the analysis range of the SCPI.CALCulate(Ch).SELected.FUNCtion.EXECute object for all traces, for the selected channel (Ch).
In revision A.9.60 and above, even though you can select the trace and set the coupling of the analysis range of the SCPI.CALCulate(Ch).SELected.FUNCtion.EXECute object for all traces just by executing the above TRACe(Tr) command, the Tr value is omitted. This is because the command is applied to all the traces.
Parameter |
Status |
Description |
On/off of the trace coupling of the analysis range. |
Data type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset value |
True or ON |
Dim TrCpl As Boolean
SCPI.CALCulate(1).SELected.FUNCtion.DOMain.COUPle = False
TrCpl = SCPI.CALCulate(1).SELected.FUNCtion.DOMain.COUPle
SCPI.CALCulate(Ch).SELected.FUNCtion.DATA
SCPI.CALCulate(Ch).SELected.FUNCtion.EXECute
No equivalent key is available on the front panel.
All revision:
:CALCulate{[1]-160}[:SELected]:FUNCtion:DOMain:COUPle {ON|OFF|1|0}
:CALCulate{[1]-160}[:SELected]:FUNCtion:DOMain:COUPle?
In revision A.9.60 and above, the following syntax is also supported:
:CALCulate{[1]-160}:TRACe{[1]-16}:FUNCtion:DOMain:COUPle {ON|OFF|1|0}
:CALCulate{[1]-160}:TRACe{[1]-16}:FUNCtion:DOMain:COUPle?
{1|0}<newline><^END>
10 OUTPUT 717;":CALC1:FUNC:DOM:COUP OFF"
20 OUTPUT 717;":CALC1:FUNC:DOM:COUP?"
30 ENTER 717;A