SCPI.CALCulate(Ch).EPARameters.SIMulate.AUTO

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).EPARameters.SIMulate.AUTO = Value

Value = SCPI.CALCulate(Ch).EPARameters.SIMulate.AUTO

Description

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.

Variable

Parameter

Status

Description

ON|OFF of the equivalent circuit analysis simulation function

Data Type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Turns ON the equivalent circuit analysis simulation function.
  • False or OFF: Turns OFF the equivalent circuit analysis simulation function.

Preset Value

False or OFF

Unit

-

Resolution

-

Examples

Dim Var as Boolean
Var= True
SCPI.CALCulate(1).EPARameters.SIMulate.AUTO = Var
Var = SCPI.CALCulate(1).EPARameters.SIMulate.AUTO

Related Objects

SCPI.CALCulate(Ch).EPARameters.SIMulate.IMMediate

Equivalent Key

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

Equivalent SCPI Command

Syntax

:CALCulate{[1]-4}:EPARameters:SIMulate:AUTO {ON|OFF|1|0}

:CALCulate{[1]-4}:EPARameters:SIMulate:AUTO?

Query Response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":CALC1:EPAR:SIM:AUTO ON"
20 OUTPUT 717;":CALC1:EPAR:SIM:AUTO?"
30 ENTER 717;A