:CALC<Ch>:EPAR:CIRC:{F|G}:R0

Type

Command/Query

Syntax

:CALCulate<Ch>:EPARameters:CIRCuit:{F|G}:R0 <Value>

:CALCulate<Ch>:EPARameters:CIRCuit:{F|G}:R0?

Description

This command sets/gets R0 value of equivalent circuit parameters (Models F and G)

Variable

Parameter

Value

Description

R0 value

Data Type

Numeric type (Real)

Range

-1E ~ 1E

Preset Value

0

Unit

Resolution

-

Query Response

{numeric}<newline><^END>

Examples

Dim Var as Double
Var= 0.01
Ana.WriteString ":CALC1:EPAR:CIRC:F:R0 " & Str(Var), True
Ana.WriteString ":CALC1:EPAR:CIRC:F:R0?", True
Var=Ana.ReadNumber

Related Commands

:CALC:EPAR

Equivalent Softkey

Analysis > Equivalent Circuit > R0

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).EPARAMETERS.CIRCUIT.{F|G}.R0