Drivers may choose to always cache some instrument settings, never cache others, and optionally cache others, to avoid unecessary I/O to the instrument. If True, the driver caches optionally cached instrument settings.
Namespace: Ivi.Driver.Interop
Assembly: Ivi.Driver.Interop (in Ivi.Driver.Interop.DLL)
Visual Basic
|
Public Property Cache As Boolean
|
C#
|
public bool Cache { get; set; }
|
Visual C++
|
HRESULT get_Cache(
VARIANT_BOOL* val
);
HRESULT put_Cache(
VARIANT_BOOL val
);
|
Property Value
Drivers may choose to always cache some instrument settings, never cache others, and optionally cache others, to avoid unecessary I/O to the instrument. If True, the driver caches optionally cached instrument settings.
Requirements
Supported Models
All supported
See Also
Reference
IIviDriverOperation Interface
Ivi.Driver.Interop Namespace
Copyright 2013-16 Boonton. All rights reserved.
|