RfsgRFAdvanced.AttenuatorSetting Property
- Updated2024-05-08
- 1 minute(s) read
RfsgRFAdvancedAttenuatorSetting Property
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.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public double AttenuatorSetting { get; set; }
Public Property AttenuatorSetting As Double Get Set
Property Value
Type: 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. |