|
Boonton55xxx IVI Driver Reference
|
|
|
IIviDriver Interface
|
|
See Also
|
|
IVI Driver root interface
Namespace: Ivi.Driver.Interop
Assembly: Ivi.Driver.Interop (in Ivi.Driver.Interop.DLL)
Visual Basic
|
Public Interface IIviDriver
|
C#
|
public interface IIviDriver
|
Visual C++
|
__interface IIviDriver
|
Properties
|
Name
|
Description
|
|
DriverOperation
|
Pointer to the IIviDriverOperation interface
|
|
Identity
|
Pointer to the IIviDriverIdentity interface
|
|
Initialized
|
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.
|
|
Utility
|
Pointer to the IIviDriverUtility interface
|
Top
Methods
|
Name
|
Description
|
|
Close
|
Closes the I/O session to the instrument. Driver methods and properties that access the instrument are not accessible after Close is called.
|
|
Initialize
|
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.
|
Top
See Also
Reference
Ivi.Driver.Interop Namespace
Copyright 2013-16 Boonton. All rights reserved.
|