Command/Query
: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?
This command specifies whether to set the coupling of the analysis range for all traces.
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 |
{1|0}<newline><^END>
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
No equivalent key is available on the front panel.
SCPI.CALCULATE(Ch).SELECTED.FUNCTION.DOMAIN.COUPLE
SCPI.CALCULATE(Ch).TRACE.FUNCTION.DOMAIN.COUPLE