EasyManua.ls Logo

VTI Instruments EX1629 - Vtex1629_Revision_Query

Default Icon
346 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
VTI Instruments Corp.
218 EX1629 Command Set
vtex1629_revision_query
FUNCTION PROTOTYPE
ViStatus vtex1629_revision_query (ViSession vi, ViChar _VI_FAR driverRev[], ViChar _VI_FAR instrRev[]);
FUNCTION PARAMETERS
vi = contains a session handle to the instrument. This handle is obtained by the function and remains valid until the
session is closed.
driverRev = a return string indicating the driver revision.
instrRev = a return string indicating the firmware revision.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function returns the revision of the driver as well as the instrument’s firmware revision.
EXAMPLE
ViSession instrumentHandle;
ViStatus status;
ViChar driverRevision[256], instrumentRevision[256];
status = vtex1629_revision_query (instrumentHandle,
driverRevision,
instrumentRevision);

Table of Contents

Related product manuals