LibTiePie
0.9.16
Library for interfacing TiePie engineering instruments
|
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 ) |
#define TOEN_COUNT 6 |
Number of trigger output events.
Definition at line 1315 of file libtiepie.h.
#define TOE_UNKNOWN 0 |
Definition at line 1333 of file libtiepie.h.
#define TOE_GENERATOR_START ( 1 << TOEB_GENERATOR_START ) |
Definition at line 1334 of file libtiepie.h.
#define TOE_GENERATOR_STOP ( 1 << TOEB_GENERATOR_STOP ) |
Definition at line 1335 of file libtiepie.h.
#define TOE_GENERATOR_NEWPERIOD ( 1 << TOEB_GENERATOR_NEWPERIOD ) |
Definition at line 1336 of file libtiepie.h.
#define TOE_OSCILLOSCOPE_RUNNING ( 1 << TOEB_OSCILLOSCOPE_RUNNING ) |
Definition at line 1337 of file libtiepie.h.
#define TOE_OSCILLOSCOPE_TRIGGERED ( 1 << TOEB_OSCILLOSCOPE_TRIGGERED ) |
Definition at line 1338 of file libtiepie.h.
#define TOE_MANUAL ( 1 << TOEB_MANUAL ) |
Definition at line 1339 of file libtiepie.h.