SCPI Command
SENSe<Ch>:DATA:CORRdata? <char>
Reads out the corrected S-parameter data array or the corrected receiver data array. The type of the array entries is a complex number. 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> the real part of corrected measurement <numeric 2n> the imaginary part of corrected measurement Note: To ensure the update of the data, the corresponding stimulus port must be active. For example, when reading the S12 parameter at least one trace with the stimulus port 2 must present or SOLT2 calibration must be active. |
---|
query only |
Channel <Ch>,
<Ch>={[1]|2|...16}
<char> Specifies the S-parameter: |
S11, S12, S13, S14, S21, … S44 |
<char> Specifies the Test Receiver: |
T11, T12, T13, T14, T21, … T44 where the first index is the receiver port number, and the second index is the source port number. The following notations are also available: T1(1), T1(2), T1(3), T1(4), T2(1), … T4(4) or A(1), A(2), A(3), A(4), B(1), … D(4) |
<char> Specifies the Reference Receiver: |
R11, R12, R13, R14, R21, … R44 where the first index is the receiver port number, and the second index is the source port number. The following notations are also available: R1(1), R1(2), R1(3), R1(3), R2(1), … R4(4) |
<numeric 1>, <numeric 2>, …<numeric 2N>
None
Equivalent COM Command
SCPI.SENSe(Ch).DATA.CORRdata(Param)
Data = app.SCPI.SENSe(ch).DATA.CORRdata("S11")
Variant (array of Double) (read only)
Back to SENSe
Back to Command Finder