LibTiePie  0.7.4
Library for interfacing TiePie engineering instruments
Trigger output events

Description

Modules

 Bit numbers
 
 Masks
 

Macros

#define TOEN_COUNT   6
 Number of trigger output events. More...
 
#define TOE_UNKNOWN   0
 
#define TOE_GENERATOR_START   ( 1 << TOEB_GENERATOR_START )
 
#define TOE_GENERATOR_STOP   ( 1 << TOEB_GENERATOR_STOP )
 
#define TOE_GENERATOR_NEWPERIOD   ( 1 << TOEB_GENERATOR_NEWPERIOD )
 
#define TOE_OSCILLOSCOPE_RUNNING   ( 1 << TOEB_OSCILLOSCOPE_RUNNING )
 
#define TOE_OSCILLOSCOPE_TRIGGERED   ( 1 << TOEB_OSCILLOSCOPE_TRIGGERED )
 
#define TOE_MANUAL   ( 1 << TOEB_MANUAL )
 

Macro Definition Documentation

#define TOEN_COUNT   6

Number of trigger output events.

Definition at line 1277 of file libtiepie.h.

#define TOE_UNKNOWN   0

Definition at line 1295 of file libtiepie.h.

#define TOE_GENERATOR_START   ( 1 << TOEB_GENERATOR_START )

Definition at line 1296 of file libtiepie.h.

#define TOE_GENERATOR_STOP   ( 1 << TOEB_GENERATOR_STOP )

Definition at line 1297 of file libtiepie.h.

#define TOE_GENERATOR_NEWPERIOD   ( 1 << TOEB_GENERATOR_NEWPERIOD )

Definition at line 1298 of file libtiepie.h.

#define TOE_OSCILLOSCOPE_RUNNING   ( 1 << TOEB_OSCILLOSCOPE_RUNNING )

Definition at line 1299 of file libtiepie.h.

#define TOE_OSCILLOSCOPE_TRIGGERED   ( 1 << TOEB_OSCILLOSCOPE_TRIGGERED )

Definition at line 1300 of file libtiepie.h.

#define TOE_MANUAL   ( 1 << TOEB_MANUAL )

Definition at line 1301 of file libtiepie.h.