GetFormat(string, out RFmxVnaMXSParamsFormat)
- Updated2025-10-13
- 1 minute(s) read
Gets the format of S-Parameter measurement. Use 'sparam(n)' as the selector string to configure or read this attribute.
Use RFmxVNA SParams Fetch Y Data to fetch the S-Parameters.
Syntax
Namespace: NationalInstruments.RFmx.VnaMX
public int GetFormat(string selectorString, out RFmxVnaMXSParamsFormat value)
Remarks
This method gets the value of SParamsFormat attribute.The default value is (format type="bold")RFMXVNA_VAL_Magnitude(/format).
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | out RFmxVnaMXSParamsFormat | Upon return, contains the format of S-Parameter measurement. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.