COM Server Commands
213
SCPI.SENSe(
Ch
).CORRection.COLLect.DATA.THRU. TRANsmission
(
Pt_r
,
Pt_s
)
Object Type
Property (read/write)
Data Type
Variant (array of double)
Target
Channel
Ch
,
Ch:
Description
The array of the transmission measurements performed between the
receiver port
Pt_r
and the source port
Pt_s
, using the
thru
standard,
Pt_r:
the number of the receiver port
2
Pt_s:
the number of the source port
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.THRU.
TRANsmission(
Pt_r
,
Pt_s
)
app
.SCPI.SENSe(
Ch
).CORRection.COLLect.DATA.THRU.
TRANsmission(
Pt_r
,
Pt_s
) =
Data
Related
Commands
SCPI.SENSe(
Ch
).CORRection.COLLect.ACQuire.THRU
Equivalent
Softkeys
None