Programming
391
Data Type Numeric type (Real)
Range -500G ~ 500G
Preset Value
0
Unit Hz|V|A
Resolution -
Query Response
{numeric}<newline><^END>
Examples
Dim Var as Double
Var= -500000000000
Ana.WriteString ":CALC1:MARK:FUNC:DOM:STOP " & Str(Var), True
Ana.WriteString ":CALC1:MARK:FUNC:DOM:STOP?", True
Var=Ana.ReadNumber
Related Commands
:CALC:MARK:FUNC:DOM:STAR
:CALC:MARK:FUNC:DOM
Equivalent Softkey
Marker Search > Search Range > Stop
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE(Ch).SELECTED.MARKER.FUNCTION.DOMAIN.STOP
:CALC<Ch>:MARK<Mk>:FUNC:EXEC
Type
Command
Syntax
:CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:EXECute
Description
This command executes the marker search.
Examples
Ana.WriteString ":CALC1:MARK1:FUNC:EXEC", True
Related Commands
:CALC:MARK:FUNC:MULT:TYPE
:CALC:MARK:FUNC:TYPE
Equivalent Softkey