GetEvmNormalizationReference(string, out RFmxDemodMXDDemodEvmNormalizationReference)
- Updated2025-04-08
- 1 minute(s) read
Gets the reference used to normalize the error vector magnitude (EVM).
Syntax
Namespace: NationalInstruments.RFmx.DemodMX
public int GetEvmNormalizationReference(string selectorString, out RFmxDemodMXDDemodEvmNormalizationReference value)
Remarks
This method maps to the RFmxDemod_DDemodGetEVMNormalizationReference() function in C.
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 RFmxDemodMXDDemodEvmNormalizationReference | Upon return, contains the value that indicates the reference used to normalize the EVM. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.