SCPI.CALCulate(Ch).EPARameters.CIRCuit.E.R1

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).EPARameters.CIRCuit.E.R1 = Value

Value = SCPI.CALCulate(Ch).EPARameters.CIRCuit.E.R1

Description

This command sets and gets R1 value of equivalent circuit parameters.

Variable

Parameter

Value

Description

R1

Data Type

Double precision floating point type (Double)

Range

-1E ~ 1E

Preset Value

0

Unit

Ohm (W)

Resolution

1E-18 (1a)

Examples

Dim Var as Double
Var= 0
SCPI.CALCulate(1).EPARameters.CIRCuit.E.R1 = Var
Var = SCPI.CALCulate(1).EPARameters.CIRCuit.E.R1

Related Objects

SCPI.CALCulate(Ch).EPARameters.CIRCuit.E.C1

SCPI.CALCulate(Ch).EPARameters.CIRCuit.E.L1

SCPI.CALCulate(Ch).EPARameters.CIRCuit.E.C0

Equivalent Key

Analysis > Equivalent Circuit > Select Circuit > E

Equivalent Circuit > R1

Using either the keyboard or ENTRY keys on the front panel, enter the value of R1.

Equivalent SCPI Command

Syntax

:CALCulate{[1]-4}:EPARameters:CIRCuit:E:R1 <numeric>

:CALCulate{[1]-4}:EPARameters:CIRCuit:E:R1?

Query Response

<numeric><newline><^END>

Example of use

10 OUTPUT 717;":CALC1:EPAR:CIRC:E:R1 0"
20 OUTPUT 717;":CALC1:EPAR:CIRC:E:R1?"
30 ENTER 717;A