VTI Instruments Corp.
300 EX1629 Command Set
vtex1629_unlock
FUNCTION PROTOTYPE
ViStatus vtex1629_unlock (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 unlocks the EX1629 instrument, if the user is the owner of the lock. The EX1629 can then be accessed
by another user or another session.
EXAMPLE
ViSession instrumentHandle;
ViStatus status;
…
status = vtex1629_unlock(instrumentHandle);