LibTiePie
0.7.4
Library for interfacing TiePie engineering instruments
|
Modules | |
Bit numbers | |
Masks | |
Macros | |
#define | TCN_COUNT 5 |
Number of trigger conditions. More... | |
#define | TC_UNKNOWN 0 |
#define | TC_NONE ( 1 << TCB_NONE ) |
#define | TC_SMALLER ( 1 << TCB_SMALLER ) |
#define | TC_LARGER ( 1 << TCB_LARGER ) |
#define | TC_INSIDE ( 1 << TCB_INSIDE ) |
#define | TC_OUTSIDE ( 1 << TCB_OUTSIDE ) |
#define TCN_COUNT 5 |
Number of trigger conditions.
Definition at line 1014 of file libtiepie.h.
#define TC_UNKNOWN 0 |
Definition at line 1031 of file libtiepie.h.
#define TC_NONE ( 1 << TCB_NONE ) |
Definition at line 1033 of file libtiepie.h.
#define TC_SMALLER ( 1 << TCB_SMALLER ) |
Definition at line 1034 of file libtiepie.h.
#define TC_LARGER ( 1 << TCB_LARGER ) |
Definition at line 1035 of file libtiepie.h.
#define TC_INSIDE ( 1 << TCB_INSIDE ) |
Definition at line 1036 of file libtiepie.h.
#define TC_OUTSIDE ( 1 << TCB_OUTSIDE ) |
Definition at line 1037 of file libtiepie.h.