SCPI Command
SENSe<Ch>:CORRection:COLLect:DATA:THRU:TRANsmission <rcvport>,<srcport>, <numeric list>
SENSe<Ch>:CORRection:COLLect:DATA:THRU:TRANsmission? <rcvport>,<srcport>
Writes or reads out the array of the transmission measurement performed between the receiver port <rcvport> and the source port <srcport> using the thru standard. The array size is 2N, where N is the number of measurement points. For the n–th point, where n from 1 to N: <numeric 2n–1> real part of the measurement <numeric 2n> imaginary part of the measurement |
---|
command/query |
Channel <Ch>,
<Ch>={[1]|2|...16}
<rcvport> |
The number of the receiver port from 1 to 2 |
<srcport> |
The number of the source port from 1 to 2 |
<numeric list> |
The data array of the transmission measurements using the thru standard |
<numeric 1>, <numeric 2>, …<numeric 2N>
Equivalent Softkeys
None
Equivalent COM Command
SCPI.SENSe(Ch).CORRection.COLLect.DATA.THRU.TRANsmission(Pt_r, Pt_s)
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
Variant (array of Double) (read/write)
Back to SENSe
Back to Command Finder