|
LibTiePie
0.7.1
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 1270 of file libtiepie.h.
| #define TOE_UNKNOWN 0 |
Definition at line 1288 of file libtiepie.h.
| #define TOE_GENERATOR_START ( 1 << TOEB_GENERATOR_START ) |
Definition at line 1289 of file libtiepie.h.
| #define TOE_GENERATOR_STOP ( 1 << TOEB_GENERATOR_STOP ) |
Definition at line 1290 of file libtiepie.h.
| #define TOE_GENERATOR_NEWPERIOD ( 1 << TOEB_GENERATOR_NEWPERIOD ) |
Definition at line 1291 of file libtiepie.h.
| #define TOE_OSCILLOSCOPE_RUNNING ( 1 << TOEB_OSCILLOSCOPE_RUNNING ) |
Definition at line 1292 of file libtiepie.h.
| #define TOE_OSCILLOSCOPE_TRIGGERED ( 1 << TOEB_OSCILLOSCOPE_TRIGGERED ) |
Definition at line 1293 of file libtiepie.h.
| #define TOE_MANUAL ( 1 << TOEB_MANUAL ) |
Definition at line 1294 of file libtiepie.h.