|
Top Previous Next |
IVI Driver root interface Namespace: Ivi.Driver.Interop Assembly: Ivi.Driver.Interop (in Ivi.Driver.Interop.DLL)
|
Name |
Description |
|
Pointer to the IIviDriverOperation interface |
||
Pointer to the IIviDriverIdentity interface |
||
Initialized is True between a successful call to the Initialize method and a successful call to the Close method, and False at all other times. |
||
Pointer to the IIviDriverUtility interface |
Name |
Description |
|
Closes the I/O session to the instrument. Driver methods and properties that access the instrument are not accessible after Close is called. |
||
Opens the I/O session to the instrument. Driver methods and properties that access the instrument are only accessible after Initialize is called. Initialize optionally performs a Reset and queries the instrument to validate the instrument model. |