collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

Btn55xxx_init Function


Boonton55xxx See Also



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.

Function Tree Node: \Boonton55xxx\Initialize

Declaration: Btn55xxx.h

Implementation: Btn55xxx.dll

Visual C++

ViStatus Btn55xxx_init(
 ViRsrc ResourceName,
 ViBoolean IdQuery,
 ViBoolean Reset,
 ViSessionVi
);

Parameters

ResourceName

An IVI logical name or an instrument specific string that identifies the address of the instrument, such as a VISA resource descriptor string.

IdQuery

Specifies whether to verify the ID of the instrument.

Reset

Specifies whether to reset the instrument.

Vi

Unique identifier for an IVI session.

Return Value

 

Success or failure code.

collapse_allSee Also

Reference

Boonton55xxx

Btn55xxx

Footer image

Copyright 2013-16 Boonton. All rights reserved.