www.vtiinstruments.com
EX10xxA Function Calls 179
vtex10xxA_get_model
FUNCTION PROTOTYPE
ViStatus VI_FUNC vtex10xxA_get_model(ViSession vi, ViInt32 buffLength, ViChar[] model);
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.
buffLength = indicates the size of the character buffer being passed to the function.
model = indicates the instrument model name.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function returns the instrument’s model name.
EXAMPLE