Property (Read-Write)
SCPI.CALCulate(Ch).EPARameters.SIMulate.AUTO = Value
Value = SCPI.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 |
Status |
Description |
ON|OFF of the equivalent circuit analysis simulation function |
Data Type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset Value |
False or OFF |
Unit |
- |
Resolution |
- |
Dim Var as Boolean
Var= True
SCPI.CALCulate(1).EPARameters.SIMulate.AUTO = Var
Var = SCPI.CALCulate(1).EPARameters.SIMulate.AUTO
SCPI.CALCulate(Ch).EPARameters.SIMulate.IMMediate
There is no equivalent key is available on the front panel. However, the similar key is:
Analysis > Equivalent Circuit > Simulate > ON|OFF
When this softkey is turned ON, its equivalent to:
SCPI.CALCulate[1-4].EPARameters.SIMulate.AUTO ON + SCPI.CALCulate(Ch).EPARameters.SIMulate.IMMediate
When this softkey is turned OFF, its equivalent to:
SCPI.CALCulate[1-4].EPARameters.SIMulate.AUTO OFF
:CALCulate{[1]-4}:EPARameters:SIMulate:AUTO {ON|OFF|1|0}
:CALCulate{[1]-4}:EPARameters:SIMulate:AUTO?
{1|0}<newline><^END>
10 OUTPUT 717;":CALC1:EPAR:SIM:AUTO ON"
20 OUTPUT 717;":CALC1:EPAR:SIM:AUTO?"
30 ENTER 717;A