GetTransientRemovalEnabled(string, out RFmxWcdmaMXModAccTransientRemovalEnabled)
- Updated2025-04-08
- 1 minute(s) read
Gets whether the measurement excludes 25 microseconds from the start and end of each slot while computing the RMS EVM, peak EVM, RMS magnitude error and RMS phase error results.
Syntax
Namespace: NationalInstruments.RFmx.WcdmaMX
public int GetTransientRemovalEnabled(string selectorString, out RFmxWcdmaMXModAccTransientRemovalEnabled value)
Remarks
This method gets the value of ModAccTransientRemovalEnabled attribute.The default value is False.
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 RFmxWcdmaMXModAccTransientRemovalEnabled | Upon return, contains whether the measurement excludes 25 microseconds from the start and end of each slot while computing the RMS EVM, peak EVM, RMS magnitude error and RMS phase error results. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.