VTI Instruments Corp.
110 EX1629 Command Set
vtex1629_close
FUNCTION PROTOTYPE
ViStatus vtex1629_close (ViSession vi);
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.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function closes the current instrument programming session. This command should be performed at the
conclusion of the test application. If the current session locked the instrument, vtex1629_close will unlock, leaving it
in the proper state for the next application.
EXAMPLE
ViSession instrumentHandle;
ViStatus status;
…
status = vtex1629_close (instrumentHandle);