ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgRFAdvanced.AttenuatorSetting Property

  • Updated2024-05-08
  • 1 minute(s) read
RfsgRFAdvanced.AttenuatorSetting Property

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: Double
Specifies a Double representing the level of attenuation in the attenuator path.

Exceptions

ExceptionCondition
ObjectDisposedException The AttenuatorSetting property was accessed after the associated NIRfsg object was disposed.

See Also

Log in to get a better experience