Property (Read-Write)
SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.COUPle = Status
Status = SCPI.CALCulate(Ch).SELected.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).
Parameter |
Status |
Description |
ON/OFF 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.
:CALCulate{[1]-4}[:SELected]:FUNCtion:DOMain:COUPle {ON|OFF|1|0}
:CALCulate{[1]-4}[:SELected]: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