Click or drag to resize

Driver State Functions

A number of IVI driver settings that control the operation of the driver can be specified by the end user in a variety of ways. For instance, the end user can enable state caching by specifying it in the IVI Configuration Store. Alternatively, they can pass in Cache=True as part of the OptionString parameter passed to the Initialize function. Or, the user can set the Cache property on the driver itself at any time during the execution of the program.

Given the flexibility users have in specifying certain driver settings, it is difficult to manually track the current state of these settings. The functions described in this section are provided expressly for that purpose.

In This Section

Download a complete CHM version of this documentation here.