SCPI.SYSTem.TSET.EXTernal

Object type

Property (Read-Write)

Syntax

SCPI.SYSTem.TSET.EXTernal = Param

Param = SCPI.SYSTem.TSET.EXTernal

Description

This command turns on/off the external connection test set, and selects the setting of the test set mode. When the external connection test set is on (MODE1/MODE2), only the S11, S21,or absolute value measurements are available. The fixture simulator's balance measurement function and frequency offset function are not available. When the external connection test set is changed, the calibration coefficients are cleared, and the error correction function is turned off.

Variable

Parameter

Param

Description

External test set mode

Data type

Character string type (String)

Range

Select from either of the following:

  • "OFF": Turns off the external test set.

  • "MODE1": Turns on the external test set, and sets the test set mode to MODE1.

  • "MODE2": Turns on the external test set, and sets the test set mode to MODE2.

Preset value

"OFF"

Examples

Dim ExtTset As String

SCPI.SYSTem.TSET.EXTernal = "MODE1"

ExtTset = SCPI.SYSTem.TSET.EXTernal

Equivalent key

System > Service Menu > External Test Set

Equivalent SCPI command

Syntax

:SYSTem:TSET:[EXTernal] {OFF|MODE1|MODE2}

:SYSTem:TSET:[EXTernal]?

Query response

{OFF|MODE1|MODE2}<newline><^END>

Example of use

10 OUTPUT 717;":SYST:TSET MODE1"
20 OUTPUT 717;":SYST:TSET?"
30 ENTER 717;A