www.vtiinstruments.com
EX1629 Command Set 115
vtex1629_disable_streaming_data
FUNCTION PROTOTYPE
ViStatus vtex1629_disable_streaming_data (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 causes streaming data from the EX1629 to cease. In order to use this function, the macro
INSTR_LANGUAGE_SPECIFIC must be defined in the application program.
EXAMPLE
#define INSTR_LANGUAGE_SPECIFIC
#include<vtex1629.h>
ViSession instrumentHandle;
ViStatus status;
…
status = vtex1629_disable_streaming_data(instrumentHandle );