SetRFAttenuationValue(string, double)
- Updated2025-10-13
- 1 minute(s) read
Sets 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 SetRFAttenuationValue(string channelName, double value)
Remarks
This method sets 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 | double | Specifies 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.