Property (Read-Write)
SCPI.SYSTem.TSET.EXTernal = Param
Param = SCPI.SYSTem.TSET.EXTernal
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.
Parameter |
Param |
Description |
External test set mode |
Data type |
Character string type (String) |
Range |
Select from either of the following:
|
Preset value |
"OFF" |
Dim ExtTset As String
SCPI.SYSTem.TSET.EXTernal = "MODE1"
ExtTset = SCPI.SYSTem.TSET.EXTernal
System > Service Menu > External Test Set
:SYSTem:TSET:[EXTernal] {OFF|MODE1|MODE2}
:SYSTem:TSET:[EXTernal]?
{OFF|MODE1|MODE2}<newline><^END>
10 OUTPUT 717;":SYST:TSET MODE1"
20 OUTPUT 717;":SYST:TSET?"
30 ENTER 717;A