VTI Instruments Corp.
134 EX10xxA/RX1032/EX1044 Function Calls
vtex10xxA_check_lock
FUNCTION PROTOTYPE
ViStatus vtex10xxA_check_lock(ViSession vi, &locked, &mine);
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.
locked = a Boolean value indicating the lock status of the instrument.
mine = a Boolean value indicating whether the lock is owned by the host IP address that issued the query.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function returns the lock status of the instrument. When locked, the EX10xxA will accept commands from only
the host IP address that issued the lock command.
EXAMPLE