VTI Instruments Corp.
300
EX1629 Command Set
vtex1629_unlock
F
UNCTION
P
ROTOTYPE
ViStatus vtex1629_unlock (ViSession
vi
);
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.
D
ATA
I
TEM
R
ESET
V
ALUE
Not applicable to this function.
D
ESCRIPTION
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.
E
XAMPLE
ViSession instrumentHandle;
ViStatus status;
…
status = vtex1629_unlock(instrumentHandle);