collapse_allSyntax

Top  Previous  Next

 

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

collapse_allProperties


Name

Description

Public property

DriverOperation

Pointer to the IIviDriverOperation interface

Public property

Identity

Pointer to the IIviDriverIdentity interface

Public property

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.

Public property

Utility

Pointer to the IIviDriverUtility interface

Top

collapse_allMethods


Name

Description

Public method

Close

Closes the I/O session to the instrument. Driver methods and properties that access the instrument are not accessible after Close is called.

Public method

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

collapse_allSee Also

Reference

Ivi.Driver.Interop Namespace

Footer image

Copyright 2013-16 Boonton. All rights reserved.