Command/Query
:CALCulate<Ch>[:SELected]:MARKer:FUNCtion:DOMain:COUPle {ON|OFF|1|0}
:CALCulate<Ch>[:SELected]:MARKer:FUNCtion:DOMain:COUPle?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:MARKer:FUNCtion:DOMain:COUPle {ON|OFF|1|0}
:CALCulate<Ch>:TRACe<Tr>:MARKer:FUNCtion:DOMain:COUPle?
This command sets/gets the coupling of the marker search 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:MARK:FUNC:DOM:COUP" & Str(Var), True
Ena.WriteString ":CALC1:MARK:FUNC:DOM:COUP?", True
Var=Ena.ReadNumber
Marker Search > Search Range > Couple
SCPI.CALCULATE(Ch).SELECTED.MARKER.FUNCTION.DOMAIN.COUPLE
SCPI.CALCULATE(Ch).TRACE(Tr).MARKER.FUNCTION.DOMAIN.COUPLE