GetRFAttenuationValue(string, out double)
- Updated2025-10-13
- 1 minute(s) read
Gets the nominal attenuation setting for all attenuators before the first mixer in the RF signal chain. This value is expressed in dB.
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public int GetRFAttenuationValue(string channelName, out double value)
Remarks
This method gets the value of RFAttenuationValue attribute.The valid values for this property depend on the device configuration. Supported devices: PXIe-5663/5663E/5603/5605/5665/5668
Parameters
| Name | Type | Description |
|---|---|---|
| channelName | string | Pass an empty string. |
| value | out double | Upon return, contains the nominal attenuation setting for all attenuators before the first mixer in the RF signal chain. This value is expressed in dB. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.