RfsaDriverOperation.Cache Property
- Updated2025-05-22
- 1 minute(s) read
Rfsa
Gets or sets whether to cache the value of properties.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public bool Cache { get; set; }
Public Property Cache As Boolean Get Set
Property Value
Booleanif caching is enabled; otherwise, . The default value is .
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The Cache property was accessed after the associated NIRfsa object was disposed. |
Remarks
If you set this property to , NI-RFSA tracks the current
NI-RFSA device settings and avoids sending redundant commands to the device.
NI-RFSA can always cache or never cache particular properties, regardless of the setting of this property.