RfsaAdvancedAcquisition.AllowOutOfSpecificationUserSettingsEnabled Property
- Updated2025-07-17
- 1 minute(s) read
Rfsa
Gets or sets whether to enable or disable warnings and errors when you set frequency and power values beyond the limits of the NI-RFSA device specifications. When you set this property to Enabled, the driver does not report out-of-specification warnings and errors.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public RfsaAllowOutOfSpecificationUserSettingsEnabled AllowOutOfSpecificationUserSettingsEnabled { get; set; }
Public Property AllowOutOfSpecificationUserSettingsEnabled As RfsaAllowOutOfSpecificationUserSettingsEnabled Get Set
Property Value
RfsaAllowOutOfSpecificationUserSettingsEnabledSpecifies the AllowOutOfSpecificationUserSettingsEnabled enumeration. The default value is Disabled.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The AllowOutOfSpecificationUserSettingsEnabled property was accessed after the associated NIRfsa object was disposed. |