SCPI.SERVice.SYSTem.OPTion.GPHase

Object Type

Property (Read Only)

Syntax

Value = SCPI.SERVice.SYSTem.OPTion.GPHase

Description

This query command gets the availability of the Gain-Phase test port option.

Variable

Parameter

Status

Description

Gets the availability of the Gain-Phase test port option

Data Type

Boolean type (Boolean)

Range

The return values are:

True: The Gain-Phase test port option is available.

False: The Gain-Phase test port option is not available.

Preset Value

-

Unit

-

Resolution

-

Examples

Dim Var as Boolean

Var = SCPI.SERVice.SYSTem.OPTion.GPHase

Related Objects

SCPI.SERVice.SYSTem.OPTion.TPIMpedance

SCPI.SERVice.SYSTem.OPTion.TSET

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:SERVice:SYSTem:OPTion:GPHase?

Query response

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

Example of use

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