COM Server Commands
210
SCPI.SENSe(
Ch
).CORRection.COLLect.DATA.OPEN(
Pt
)
Object Type
Property (read/write)
Data Type
Variant (array of double)
Target
Channel
Ch
,
Ch:
Description
The array of the
open
calibration standard measurements for the port
Pt
,
Pt:
port number 1
The array elements are complex numbers. Also see section 12.
The array size is 2N, where N is the number of measurement points.
For the n–th point, where n from 1 to N:
Data(2n–2)
real part of the measurement;
Data(2n–1)
imaginary part of the measurement.
Syntax
Dim Data As Variant
Data =
app.SCPI.SENSe(Ch).CORRection.COLLect.DATA.OPEN
(Pt)
app.SCPI.SENSe(Ch).CORRection.COLLect.DATA.OPEN
(Pt) = Data
Related
Commands
SCPI.SENSe(
Ch
).CORRection.COLLect.ACQuire.OPEN
Equivalent
Softkeys
None