:CALC<Ch>:FUNC:DOM:COUP

Type

Command/Query

Syntax

:CALCulate<Ch>[:SELected]:FUNCtion:DOMain:COUPle {ON|OFF|1|0}

:CALCulate<Ch>[:SELected]:FUNCtion:DOMain:COUPle?

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe:FUNCtion:DOMain:COUPle {ON|OFF|1|0}

:CALCulate<Ch>:TRACe:FUNCtion:DOMain:COUPle?

Description

This command specifies whether to set the coupling of the analysis range for all traces.

Variable

Parameter

Selection Option

Description

ON/OFF of the trace coupling of the analysis range.

Data Type

Boolean type (Boolean)

Range

ON|OFF|1|0

Preset Value

ON

Query Response

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

Examples

Dim Var as Integer
Var = 1
Ena.WriteString ":CALC1:FUNC:DOM:COUP " & Str(Var), True
Ena.WriteString ":CALC1:FUNC:DOM:COUP?", True
Var=Ena.ReadNumber

Related Commands

:CALC:FUNC:DATA

:CALC:FUNC:EXEC

Equivalent Softkey

No equivalent key is available on the front panel.

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.FUNCTION.DOMAIN.COUPLE

SCPI.CALCULATE(Ch).TRACE.FUNCTION.DOMAIN.COUPLE