VTI Instruments Corp.
F
P
UNCTION
ROTOTYPE
ViStatus vtex1629_get_instrument_serial_number (ViSession vi, ViChar _VI_FAR serialNumber[]);
F
P
UNCTION
ARAMETERS
vi = contains a session handle to the instrument. This handle is obtained by the function and remains valid until the
session is closed.
serialNumber[] = indicates the instruments serial number. The client should allocate an array of 64 bytes for the
serial number.
D
I
R
V
ATA
TEM
ESET
ALUE
Not applicable to this function.
D
ESCRIPTION
This function returns the instrument's serial number.
E
XAMPLE
ViStatus status;
ViSession instrumentHandle;
ViChar serialNumber[64];
...
...
status = vtex1629_get_instrument_serial_number (instrumentHandle, serialNumber);
if (status < VI_SUCCESS)
{
<inform the user the API call failed>
}
164
vtex1629_get_instrument_serial_number
EX1629 Command Set
Need help?
Do you have a question about the EX1629 and is the answer not in the manual?