Scpi.sense(Ch).Correction.type(Tr) - Planar R54 Programming Manual

Vector reflectometer; programming com/dcom
Table of Contents

Advertisement

PLANAR R54x2
Object Type
Data Type
Target
Description
Range
Syntax
Equivalent Softkeys

SCPI.SENSe(Ch).CORRection.TYPE(Tr)

Property (read only)
Variant (Variant array)
Trace Tr of channel Ch,
Ch:
channel number 1–4 (see Table 1 on page 22)
Tr:
trace number 1–4 (see Table 3 on page 29)
The information about the applied calibration type and the port numbers for
the specified trace.
The array contains 3 elements:
Data(0)
calibration type (see below);
Data(1)
the number of the receiver port to be calibrated;
Data(2)
the number of the source port to be calibrated.
Calibration type in the element Data(0):
"RESPO"
: Response (Open)
"RESPS"
: Response (Short)
"RESPT"
: Response (scalar Thru)
"SOLT1"
: Full 1–port calibration
"DUAL"
: Full 1–port with scalar Thru calibration
"NONE"
: Not defined
Dim CalInfo As Variant
CalInfo = app.SCPI.SENSe(Ch).CORRection.TYPE(Tr)
None
COM/DCOM Programming manual
196

Advertisement

Table of Contents
loading

Table of Contents