www.vtiinstruments.com
EX1629 Command Set 113
vtex1629_dio_clear_events_all
FUNCTION PROTOTYPE
ViStatus vtex1629_dio_clear_events_all (ViSession vi);
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.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function clears the DIO event configuration for all events.
EXAMPLE
ViSession instrumentHandle;
ViStatus status;
…
…
status = vtex1629_dio_clear_events_all(instrumentHandle);