ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgDeviceCharactersticsOptions.FastTuningOption Property

RfsgDeviceCharactersticsOptions.FastTuningOption Property

RfsgDeviceCharactersticsOptionsFastTuningOption Property

Gets whether the NI RF signal generator has the fast tuning option available.

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

Syntax

public bool FastTuningOption { get; }
Public ReadOnly Property FastTuningOption As Boolean
	Get

Property Value

Type: Boolean
if NI RF signal generator has the fast tuning option available; otherwise, .

Exceptions

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

See Also

Was this information helpful?