SCPI.CALCulate(Ch).EPARameters.DISPlay.STATe

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).EPARameters.DISPlay.STATe = Value

Value = SCPI.CALCulate(Ch).EPARameters.DISPlay.STATe

Description

This command displays the equivalent circuit parameter values.

Variable

Parameter

Status

Description

ON|OFF of the display of the equivalent circuit parameter

Data Type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Turns ON the display of the equivalent circuit parameter.
  • False or OFF: Turns OFF the display of the equivalent circuit parameter.

Preset Value

False or OFF

Unit

-

Resolution

-

Examples

Dim Var as Boolean
SCPI.CALCulate(1).EPARameters.DISPlay.STATe = True
Var = SCPI.CALCulate(1).EPARameters.DISPlay.STATe

Equivalent Key

Analysis > Equivalent Circuit > Display

Equivalent SCPI Command

Syntax

:CALCulate{[1]-4}:EPARameters:DISPlay[:STATe] {ON|OFF|1|0}

:CALCulate{[1]-4}:EPARameters:DISPlay[:STATe]?

Query Response

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

Example of use

10 OUTPUT 717;":CALCulate1:EPAR:DISP ON"
20 OUTPUT 717;":CALCulate1:EPAR:DISP?"
30 ENTER 717;A