VTI Instruments Corp.
162 EX10xxA/RX1032/EX1044 Function Calls
vtex10xxA_get_dio_limit_event_invert
FUNCTION PROTOTYPE
ViStatus vtex10xxA_get_dio_limit_event_invert (ViSession vi, ViInt16 dio_channel, ViPBoolean invert);
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. Valid input values: range of 0 to 7.
invert = a Boolean value indicating whether the specified DIO channel is operating in invert mode. If a “1” is
returned, this indicates that DIO channel operation is inverted. If a “0” is returned, DIO operation is not inverted.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function returns the inverted operation of a DIO channel linked as a limit event.
EXAMPLE