collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

Btn55xxx_revision_query Function


Utility See Also



Retrieves revision information from the instrument.

Function Tree Node: \Boonton55xxx\Utility\Revision Query

Declaration: Btn55xxx.h

Implementation: Btn55xxx.dll

Visual C++

ViStatus Btn55xxx_revision_query(
 ViSession Vi,
 ViChar[] DriverRev,
 ViChar[] InstrRev
);

Parameters

Vi

The ViSession handle that you obtain from the IviDriver_init or IviDriver_InitWithOptions function. The handle identifies a particular instrument session.

DriverRev

Returns the revision of the IVI specific driver, which is the value held in the Specific Driver Revision attribute. Refer to the Specific Driver Revision attribute for more information.

InstrRev

Returns the firmware revision of the instrument, which is the value held in the Instrument Firmware Revision attribute. Refer to the Instrument Firmware Revision attribute for more information.

Return Value

 

Success or failure code.

collapse_allSee Also

Reference

Utility

Btn55xxx

Footer image

Copyright 2013-16 Boonton. All rights reserved.