www.vtiinstruments.com
EX10xxA Function Calls 163
vtex10xxA_get_dio_limit_event_latch
FUNCTION PROTOTYPE
ViStatus vtex10xxA_get_dio_limit_event_latch(ViSession vi, ViInt16 dio_channel, ViPBoolean latch);
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.
dio_channel = the channel of the digital I/O port to be queried. Value must be an integer in the range of 0 through 7.
latch = a Boolean value indicating whether the specified DIO channel is operating in latch mode. If a “1” is returned
for this parameter, indicates that he latch operation has been enabled. If a “0” is returned, the latch operation has not
been enabled.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function returns the latch operation of a DIO channel linked as a limit event.
EXAMPLE