Programming
363
Syntax
:CALCulate[:SELected]:FUNCtion:DOMain:STOP <Value>
:CALCulate[:SELected]:FUNCtion:DOMain:STOP?
Description
This command sets/gets the stop value of the analysis range. When the
trace coupling is OFF, the active trace or selected trace is the target to be
set.
Variable
Parameter Value
Description Stop value
Data Type Numeric type (Real)
Range -500G ~ 500G
Preset Value
0
Unit -
Resolution -
Query Response
{numeric}<newline><^END>
Examples
Dim Var as Double
Var= -500000000000
Ana.WriteString ":CALC:FUNC:DOM:STOP " & Str(Var), True
Ana.WriteString ":CALC:FUNC:DOM:STOP?", True
Var=Ana.ReadNumber
Related Commands
:CALC:FUNC:DOM:STAR
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE(Ch).SELECTED.FUNCTION.DOMAIN.STOP
:CALC<Ch>:FUNC:EXEC
Type
Command