SCPI.SERVice.SYSTem.OPTion.TPIMpedance

Object Type

Property (Read Only)

Syntax

Value = SCPI.SERVice.SYSTem.OPTion.TPIMpedance

Description

This query command gets the test port impedance option, either 50 or 75.

Variable

Parameter

Value

Description

Test port impedance

Data Type

Long integer type (Long)

Range

The return values are:

50: The value of test port impedance option is 50 Ohm.

75: The value of test port impedance option is 75 Ohm.

Preset Value

-

Unit

Ohm (W)

Resolution

-

Examples

Dim Var as Long

Var = SCPI.SERVice.SYSTem.OPTion.TPIMpedance

Related Objects

SCPI.SERVice.SYSTem.OPTion.GPHase

SCPI.SERVice.SYSTem.OPTion.TSET

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:SERVice:SYSTem:OPTion:TPIMpedance?

Query Response

{50|75}<newline><^END>

Example of use

10 OUTPUT 717;":SERV:SYST:OPT:TPIM?"
20 ENTER 717;A