Programming
361
SCPI.CALCULATE.SELECTED.FUNCTION.DOMAIN.STATE
:CALC:FUNC:DOM:COUP
Type
Command/Query
Syntax
:CALCulate[:SELected]:FUNCtion:DOMain:COUPle {ON|OFF|1|0}
:CALCulate[:SELected]:FUNCtion:DOMain:COUPle?
Description
This command sets/gets whether to set the coupling of the analysis range
for all traces.
Variable
Parameter Selection Option
Description Couple state.
Data Type Boolean type (Boolean)
Range ON|OFF|1|0
Preset Value
ON
Query Response
{1|0}<newline><^END>
Examples
Dim Var as Integer
Ana.WriteString ":CALC:FUNC:DOM:COUP ON", True
Ana.WriteString ":CALC:FUNC:DOM:COUP?", True
Var=Ana.ReadNumber
Related Commands
:CALC:FUNC:DOM
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE.SELECTED.FUNCTION.DOMAIN.COUPLE
:CALC:FUNC:DOM:STAR
Type
Command/Query
Syntax