LibTiePie  0.9.0
Library for interfacing TiePie engineering instruments

Description

Macros

#define TOEM_NONE   0
 No trigger output events. More...
 
#define TOEM_GENERATOR   ( TOE_GENERATOR_START | TOE_GENERATOR_STOP | TOE_GENERATOR_NEWPERIOD )
 All generator trigger output events. More...
 
#define TOEM_OSCILLOSCOPE   ( TOE_OSCILLOSCOPE_RUNNING | TOE_OSCILLOSCOPE_TRIGGERED )
 All oscilloscope trigger output events. More...
 
#define TOEM_ALL   ( ( 1ULL << TOEN_COUNT ) - 1 )
 All trigger output events. More...
 

Macro Definition Documentation

#define TOEM_NONE   0

No trigger output events.

Definition at line 1346 of file libtiepie.h.

#define TOEM_GENERATOR   ( TOE_GENERATOR_START | TOE_GENERATOR_STOP | TOE_GENERATOR_NEWPERIOD )

All generator trigger output events.

Definition at line 1347 of file libtiepie.h.

#define TOEM_OSCILLOSCOPE   ( TOE_OSCILLOSCOPE_RUNNING | TOE_OSCILLOSCOPE_TRIGGERED )

All oscilloscope trigger output events.

Definition at line 1348 of file libtiepie.h.

#define TOEM_ALL   ( ( 1ULL << TOEN_COUNT ) - 1 )

All trigger output events.

Definition at line 1349 of file libtiepie.h.