GetCorrectionLevel(string, out string)
- Updated2025-10-13
- 1 minute(s) read
Gets the error correction level of the VNA Waves measurement.Use 'wave(n)' as the selector string to read this attribute.
Syntax
Namespace: NationalInstruments.RFmx.VnaMX
public int GetCorrectionLevel(string selectorString, out string value)
Remarks
This method gets the value of WavesResultsCorrectionLevel attribute.
Correction Level | Description |
Uncorrected | Correction is not applied to the configured wave. |
Wave | 1-Port correction is applied to the configured Wave. |
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 string | Upon return, contains the correction level of the VNA Waves measurement. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.