Property (Read-Write)
SCPI.CALCulate(Ch).EPARameters.DISPlay.STATe = Value
Value = SCPI.CALCulate(Ch).EPARameters.DISPlay.STATe
This command displays the equivalent circuit parameter values.
Parameter |
Status |
Description |
ON|OFF of the display of the equivalent circuit parameter |
Data Type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset Value |
False or OFF |
Unit |
- |
Resolution |
- |
Dim Var as Boolean
SCPI.CALCulate(1).EPARameters.DISPlay.STATe = True
Var = SCPI.CALCulate(1).EPARameters.DISPlay.STATe
Analysis > Equivalent Circuit > Display
:CALCulate{[1]-4}:EPARameters:DISPlay[:STATe] {ON|OFF|1|0}
:CALCulate{[1]-4}:EPARameters:DISPlay[:STATe]?
{1|0}<newline><^END>
10 OUTPUT 717;":CALCulate1:EPAR:DISP ON"
20 OUTPUT 717;":CALCulate1:EPAR:DISP?"
30 ENTER 717;A