www.vtiinstruments.com
EX10xxA Function Calls 211
vtex10xxA_revision_query
FUNCTION PROTOTYPE
ViStatus vtex10xxA_revisionQuery(ViSession vi, ViChar driverRev[], ViChar 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 array representing the release revision of the instrument driver.
instrRev[] = a return array representing the release revision of the embedded firmware.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function returns the release revision of the instrument driver and embedded firmware.
EXAMPLE
ViChar driverRev[256], instrRev[256];
vtex10xxA_revisionQuery(vi, driverRev, instrRev);