SCPI.SERVice.SYSTem.OPTion.TSET

Object Type

Property (Read Only)

Syntax

Value = SCPI.SERVice.SYSTem.OPTion.TSET

Description

This query command gets the value of the test set option, either S-Parameter or T/R.

Variable

Parameter

Value

Description

Test set option

Data Type

Character string type (String)

Range

The return values are:

SPARAM: The value of test set option is S-Parameter.

TR: The value of test set option is Transmission/Reflection.

Preset Value

-

Unit

-

Resolution

-

Examples

Dim Var as String

Var = SCPI.SERVice.SYSTem.OPTion.TSET

Related Objects

SCPI.SERVice.SYSTem.OPTion.GPHase

SCPI.SERVice.SYSTem.OPTion.TPIMpedance

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:SERVice:SYSTem:OPTion:TSET?

Query Response

{SPARM|TR}><newline><^END>

Example of use

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