RFmxVnaMXSParamsSnPDataFormat Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmx
Specifies the SParams Data Format of the S-parameter measurement to be saved.
Namespace: NationalInstruments.RFmx.VnaMX
Assembly: NationalInstruments.RFmx.VnaMX.Fx40 (in NationalInstruments.RFmx.VnaMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public enum RFmxVnaMXSParamsSnPDataFormat
Public Enumeration RFmxVnaMXSParamsSnPDataFormat
Members
Member name | Value | Description |
---|---|---|
Auto | 0 | S-parameter measurement is saved as per the trace SParamsFormat configured. |
LogMagnitudeAngle | 1 | S-parameter measurement is saved as magnitude(dB) and angle(degrees). |
RealImaginary | 2 | S-parameter measurement is saved as real and imaginary values. |
LinearMagnitudeAngle | 3 | S-parameter measurement is saved as linear magnitude and angle(degrees). |