Command/Query
:CALCulate<Ch>[:SELected]:MARKer:FUNCtion:DOMain[:STATe] {ON|OFF|1|0}
:CALCulate<Ch>[:SELected]:MARKer:FUNCtion:DOMain[:STATe]?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:MARKer:FUNCtion:DOMain[:STATe] {ON|OFF|1|0}
:CALCulate<Ch>:TRACe<Tr>:MARKer:FUNCtion:DOMain[:STATe]?
This command sets/gets whether to use an arbitrary range when executing the marker search.
When the trace coupling is off, the active trace is the target to be set.
Parameter |
Selection Option |
Description |
Selection of the analysis range |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
OFF |
{1|0}<newline><^END>
Dim Var as Integer
Var = 1
Ena.WriteString ":CALC1:MARK:FUNC:DOM" & Str(Var), True
Ena.WriteString ":CALC1:MARK:FUNC:DOM?", True
Var=Ena.ReadNumber
Marker Search > Search Range > Search Range
SCPI.CALCULATE(Ch).SELECTED.MARKER.FUNCTION.DOMAIN.STATE
SCPI.CALCULATE(Ch).TRACE(Tr).MARKER.FUNCTION.DOMAIN.STATE