VTI Instruments Corp.
164
EX1629 Command Set
vtex1629_get_instrument_serial_number
F
UNCTION
P
ROTOTYPE
ViStatus vtex1629_get_instrument_serial_number (ViSession
vi
, ViChar _VI_FAR
serialNumber[]
);
F
UNCTION
P
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
ATA
I
TEM
R
ESET
V
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>
}
Содержание EX1629
Страница 310: ...VTI Instruments Corp 310 EX1629 Command Set...
Страница 342: ...VTI Instruments Corp 342 EX1629 Onboard Memory...