Command/Query
:CALCulate<Ch>:EPARameters:SIMulate:AUTO {ON|OFF|1|0}
:CALCulate<Ch>:EPARameters:SIMulate:AUTO?
This command executes the equivalent circuit analysis simulation function automatically when parameters are changed. When this is set at ON, if one of the parameter is changed or set, the simulation calculation is done automatically. If its set at OFF, the simulation calculation is not executed but the simulated Memory Trace is still shown.
Parameter |
Selection Option |
Description |
Simulate Auto Status |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
OFF |
{1|0}<newline><^END>
Dim Var as Integer
Ana.WriteString ":CALC1:EPAR:SIM:AUTO ON", True
Ana.WriteString ":CALC1:EPAR:SIM:AUTO?", True
Var=Ana.ReadNumber
See :CALC:EPAR:SIM
SCPI.CALCULATE(Ch).EPARAMETERS.SIMULATE.AUTO