NI-SCOPE .NET Class Library Help

Table of Contents

ScopeDriverOperation.Cache Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeDriverOperation.Cache Property

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: Boolean
if caching is enabled; otherwise, . The default value is .

Implements

IIviDriverOperationCache

Remarks

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.

See Also

Log in to get a better experience