ScopeDriverOperation.Cache Property
- Updated2023-09-06
- 1 minute(s) read
ScopeDriverOperationCache Property
Gets or sets whether to cache the value of properties.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public bool Cache { get; set; }
Public Property Cache As Boolean Get Set
Property Value
Type: Booleanif caching is enabled; otherwise, . The default value is .
Implements
IIviDriverOperationCacheRemarks
If you set this property to , NI-SCOPE tracks the current
NI-SCOPE instrument settings and avoids sending redundant commands to the instrument.
NI-SCOPE can either always cache or never cache particular properties, regardless of the setting of this property.