RfsgRFAdvanced.AttenuatorSetting Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Gets or sets the level of attenuation in the attenuator path, in dB. Setting this property overrides the value chosen by NI-RFSG. Not all the power levels are achievable if you set this property.
Note: Resetting this property reverts back to the default behavior.
Valid Values: 0 to 110, in steps of 10.Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public double AttenuatorSetting { get; set; }
Public Property AttenuatorSetting As Double Get Set
Property Value
DoubleSpecifies a Double representing the level of attenuation in the attenuator path.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The AttenuatorSetting property was accessed after the associated NIRfsg object was disposed. |