SCPI Command
CALCulate<Ch>:TRACe<Tr>:DATA:SMEMory?
Reads out the corrected memory array. The corrected memory array is the data, whose processing is completed excluding the formatting as the last step. Such data represent S–parameter complex values. 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 memory; <numeric 2n> the imaginary part of corrected measurement memory. |
---|
query only |
The specified trace <Tr> of channel <Ch>,
<Tr>={[1]|2|3|4}
<Ch>={[1]|2|3|4}
<Tr>={[1]…|16} (in N-port mode only)
<Ch>={[1]…|16} (in N-port mode only)
<numeric 1>,<numeric 2>,…<numeric 2N>
None
SCPI.CALCulate(Ch).TRACe(Tr).DATA.SMEMory
Dim Data As Variant
Data = app.SCPI.CALCulate(Ch).Trace(Tr).DATA.SMEMory
Double (read only)
Back to CALCulate
Back to Command Finder