Command/Query
:CALCulate<Ch>[:SELected]:MARKer:FUNCtion:DOMain:STOP <Value>
:CALCulate<Ch>[:SELected]:MARKer:FUNCtion:DOMain:STOP?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:MARKer:FUNCtion:DOMain:STOP <Value>
:CALCulate<Ch>:TRACe<Tr>:MARKer:FUNCtion:DOMain:STOP?
This command sets/gets the stop value of the marker search range.
When the trace coupling is off, the active trace is the target to be set.
Parameter |
Value |
Description |
Stop value of the analysis range |
Data Type |
Numeric type (Real) |
Preset Value |
0 |
Unit |
Hz (hertz), s (second), m (meter), ft (feet) or in (inches) |
{numeric}<newline><^END>
Dim Var as Double
Var= -500000000000
Ena.WriteString ":CALC1:MARK:FUNC:DOM:STOP" & Str(Var), True
Ena.WriteString ":CALC1:MARK:FUNC:DOM:STOP?", True
Var=Ena.ReadNumber
Marker Search > Search Range > Stop
SCPI.CALCULATE(Ch).SELECTED.MARKER.FUNCTION.DOMAIN.STOP
SCPI.CALCULATE(Ch).TRACE(Tr).MARKER.FUNCTION.DOMAIN.STOP