VTI Instruments Corp.
112 EX1629 Command Set
vtex1629_dio_clear_event
FUNCTION PROTOTYPE
ViStatus vtex1629_dio_clear_event (ViSession vi, ViInt32 inputLine);
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.
inputLine = the DIO Input Line whose event action entries are being cleared.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function clears the DIO event configuration for the specified inputLine.
EXAMPLE
ViSession instrumentHandle;
ViStatus status;
ViInt32 dioLine;
…
…
dioLine = 2;
status = vtex1629_dio_clear_event (instrumentHandle, dioLine);