LibTiePie  0.9.8
Library for interfacing TiePie engineering instruments
Generator status flags

Description

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...
 

Macro Definition Documentation

#define GSN_COUNT   4

The number of generator status flags.

Definition at line 920 of file libtiepie.h.

#define GS_STOPPED   ( 1 << GSB_STOPPED )

The signal generation is stopped.

Definition at line 937 of file libtiepie.h.

#define GS_RUNNING   ( 1 << GSB_RUNNING )

The signal generation is running.

Definition at line 938 of file libtiepie.h.

#define GS_BURSTACTIVE   ( 1 << GSB_BURSTACTIVE )

The generator is operating in burst mode.

Definition at line 939 of file libtiepie.h.

#define GS_WAITING   ( 1 << GSB_WAITING )

The generator is waiting for a burst to be started.

Definition at line 940 of file libtiepie.h.