GetAutoCarrierDetectionEnabled(string, out RFmxSpecAnMXAmpmAutoCarrierDetectionEnabled)
- Updated2025-10-13
- 1 minute(s) read
Gets if auto detection of carrier offset and carrier bandwidth is enabled.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public int GetAutoCarrierDetectionEnabled(string selectorString, out RFmxSpecAnMXAmpmAutoCarrierDetectionEnabled value)
Remarks
This method gets the value of AmpmAutoCarrierDetectionEnabled attribute.The default value is True.
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 RFmxSpecAnMXAmpmAutoCarrierDetectionEnabled | Upon return, contains if auto detection of carrier offset and carrier bandwidth is enabled. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.