GetRFAttenuationAuto(string, out RFmxInstrMXRFAttenuationAuto)
- Updated2025-10-13
- 1 minute(s) read
Gets whether RFmx computes the RF attenuation.
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public int GetRFAttenuationAuto(string channelName, out RFmxInstrMXRFAttenuationAuto value)
Remarks
This method gets the value of RFAttenuationAuto attribute.The default value is True.Supported devices: PXIe-5663/5663E, PXIe-5665/5668
Parameters
| Name | Type | Description |
|---|---|---|
| channelName | string | Pass an empty string. |
| value | out RFmxInstrMXRFAttenuationAuto | Upon return, contains whether RFmx computes the RF attenuation. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.