RFmxVnaMXSParamsSnPDataFormat Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the SParams Data Format of the S-parameter measurement to be saved.
Syntax
Namespace: NationalInstruments.RFmx.VnaMX
public enum RFmxVnaMXSParamsSnPDataFormat
Members
| Name | Value | Description |
|---|---|---|
| Auto | 0 | RFmx automatically selects the appropriate SnP Data Format based on the value specified for SParamsFormat method.If you set SParamsFormat to Complex or SWR or Smith Impedence or Smith Admittance or Group Delay, S-parameters are saved in the Real-Imaginary format.If you set SParamsFormat to Magnitude, S-parameters are saved as either Log Magnitude(dB)-Angle(degrees) or Linear Magnitude-Angle(degrees) according to SParamsMagnitudeUnits.If you set SParamsFormat to Phase or Polar, S-parameters are saved as Linear Magnitude-Angle(degrees) by default. |
| 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). |