| LibTiePie
    0.7.4
    Library for interfacing TiePie engineering instruments | 
Flags to indicate the signal generation status of a generator.
| Modules | |
| Bit numbers | |
| Bit numbers used to create the signal generation status flags of a generator. | |
| Masks | |
| Macros | |
| #define | GSN_COUNT 4 | 
| The number of generator status flags.  More... | |
| #define | GS_STOPPED ( 1 << GSB_STOPPED ) | 
| The signal generation is stopped.  More... | |
| #define | GS_RUNNING ( 1 << GSB_RUNNING ) | 
| The signal generation is running.  More... | |
| #define | GS_BURSTACTIVE ( 1 << GSB_BURSTACTIVE ) | 
| The generator is operating in burst mode.  More... | |
| #define | GS_WAITING ( 1 << GSB_WAITING ) | 
| The generator is waiting for a burst to be started.  More... | |
| #define GSN_COUNT 4 | 
The number of generator status flags.
Definition at line 887 of file libtiepie.h.
| #define GS_STOPPED ( 1 << GSB_STOPPED ) | 
The signal generation is stopped.
Definition at line 904 of file libtiepie.h.
| #define GS_RUNNING ( 1 << GSB_RUNNING ) | 
The signal generation is running.
Definition at line 905 of file libtiepie.h.
| #define GS_BURSTACTIVE ( 1 << GSB_BURSTACTIVE ) | 
The generator is operating in burst mode.
Definition at line 906 of file libtiepie.h.
| #define GS_WAITING ( 1 << GSB_WAITING ) | 
The generator is waiting for a burst to be started.
Definition at line 907 of file libtiepie.h.