Programming
353
Dim Var as Integer
Ana.WriteString ":CALC1:EPAR:SIM:AUTO ON", True
Ana.WriteString ":CALC1:EPAR:SIM:AUTO?", True
Var=Ana.ReadNumber
Related Commands
:CALC:EPAR:SIM
Equivalent Softkey
See :CALC:EPAR:SIM
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE(Ch).EPARAMETERS.SIMULATE.AUTO
:CALC<Ch>:EQU:STAT
Type
Command/Query
Syntax
:CALCulate<Ch>[:SELected]:EQUation:STATe {ON|OFF|1|0}
:CALCulate<Ch>[:SELected]:EQUation:STATe?
Description
This command sets/gets the equation state.
Variable
Parameter Selection Option
Description Equation state
Data Type Boolean type (Boolean)
Range ON|OFF|1|0
Preset Value
OFF
Query Response
{1|0}<newline><^END>
Examples
Dim Var as Integer
Ana.WriteString ":CALC1:EQU:STAT ON", True
Ana.WriteString ":CALC1:EQU:STAT?", True
Var=Ana.ReadNumber
Related Commands
:CALC:EQU:TEXT
:CALC:EQU:VAL