collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IIviDriverOperation.Cache Property


IIviDriverOperation See Also



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 { getset; }

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.

collapse_allRequirements

Supported Models

All supported

collapse_allSee Also

Reference

IIviDriverOperation Interface

Ivi.Driver.Interop Namespace

Footer image

Copyright 2013-16 Boonton. All rights reserved.