SCPI Command
SENSe<Ch>:DATA:RAWData? <char>
Reads out the raw S-parameter data array or the raw 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 raw measurement; <numeric 2n> the imaginary part of raw 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, S21, S12, S22 |
<char> Specifies the Test Receiver: |
A(1), A(2), B(1), B(2) 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), T2(1), T2(2) or T11, T12, T21, T22, |
<char> Specifies the Reference Receiver: |
R11, R21, R12, R22 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), R2(1), R1(2), R2(2) |
<numeric 1>, <numeric 2>, …<numeric 2N>
None
Equivalent COM Command
SCPI.SENSe(Ch).DATA.RAWData(Param)
Data = app.SCPI.SENSe(ch).DATA.RAWData("S11")
Variant (array of Double) (read only)
Back to SENSe
Back to Command Finder