SetAveragingEnabled(string, RFmxDemodMXDDemodAveragingEnabled)
- Updated2025-04-08
- 1 minute(s) read
Sets whether to enable averaging for digital demodulation measurements.
Syntax
Namespace: NationalInstruments.RFmx.DemodMX
public int SetAveragingEnabled(string selectorString, RFmxDemodMXDDemodAveragingEnabled value)
Remarks
This method maps to the RFmxDemod_DDemodSetAveragingEnabled() function in C.
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Specifies of the signal name. If you do not specify the signal name, the default signal instance is used. |
value | RFmxDemodMXDDemodAveragingEnabled | Enables averaging for the measurement. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.