GetCorrectionState(string, out RFmxVnaMXWavesCorrectionState)
- Updated2025-10-13
- 1 minute(s) read
Gets the error correction state of the VNA Waves measurement.Use 'wave(n)' as the selector string to read this attribute.
Syntax
Namespace: NationalInstruments.RFmx.VnaMX
public int GetCorrectionState(string selectorString, out RFmxVnaMXWavesCorrectionState value)
Remarks
This method gets the value of WavesResultsCorrectionState attribute.
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 RFmxVnaMXWavesCorrectionState | Upon return, contains the error correction state of the VNA Waves measurement. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.