ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents
Product Documentationni-rfsg-dotnet-api-ref_doc...RfsgRFAdvanced ClassRfsgRFAdvanced.AllowOutOfSpecificationUserSettings PropertyCurrent page
Table of Contents

RfsgRFAdvanced.AllowOutOfSpecificationUserSettings Property

RfsgRFAdvanced.AllowOutOfSpecificationUserSettings Property

RfsgRFAdvancedAllowOutOfSpecificationUserSettings Property

Gets or sets whether to allow the frequency and power values beyond the limits of the NI-RFSG device specifications.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public bool AllowOutOfSpecificationUserSettings { get; set; }
Public Property AllowOutOfSpecificationUserSettings As Boolean
	Get
	Set

Property Value

Type: Boolean
if frequency and power level settings beyond the limits of the NI-RFSG device specifications is allowed; if not allowed.

Exceptions

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

Remarks

This capability allows a wider frequency and power range, but accuracy cannot be guaranteed, and results may vary by unit. To set this property, the NI-RFSG device must be in the Configuration state.

See Also

Was this information helpful?