SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.COUPle

Object type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.COUPle = Status

Status = SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.COUPle

Description

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).

Variable

Parameter

Status

Description

ON/OFF the trace coupling of the analysis range.

Data type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON:Specifies the analysis range with the trace coupling.

  • False or OFF:Specifies the analysis range for each trace.

Preset value

True or ON

Examples

Dim TrCpl As Boolean
SCPI.CALCulate(1).SELected.FUNCtion.DOMain.COUPle = False
TrCpl = SCPI.CALCulate(1).SELected.FUNCtion.DOMain.COUPle

Related objects

SCPI.CALCulate(Ch).SELected.FUNCtion.DATA

SCPI.CALCulate(Ch).SELected.FUNCtion.EXECute

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

:CALCulate{[1]-4}[:SELected]:FUNCtion:DOMain:COUPle {ON|OFF|1|0}

:CALCulate{[1]-4}[:SELected]:FUNCtion:DOMain:COUPle?

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":CALC1:FUNC:DOM:COUP OFF"
20 OUTPUT 717;":CALC1:FUNC:DOM:COUP?"
30 ENTER 717;A