RFAttenuationIndex
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the attenuator setting to use from the RF attenuator table, which is specified by the RFAttenuationTable property.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public int RFAttenuationIndex { get; set; }
Remarks
Specifies an Int32 representing the attenuator setting to use from the RF attenuator table. Valid values are 0 to 65, inclusive.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The RFAttenuationIndex property was accessed after the associated NIRfsa object was disposed. |