parameter list for each channel on a V172X digitizer More...
#include <V172X_Params.hh>
Public Member Functions | |
| V172X_ChannelParams () | |
| Default constructor. | |
| ~V172X_ChannelParams () | |
| Destructor does nothing. | |
Public Attributes | |
| bool | enabled |
| is this channel enabled? | |
| bool | enable_trigger_source |
| can this channel trigger this board? | |
| bool | enable_trigger_out |
| can this channel generate triggers? | |
| uint16_t | threshold |
| trigger threshold in counts | |
| double | thresh_time_us |
| time signal must be above/below threshold | |
| uint16_t | dc_offset |
| dc offset applied to signal | |
| TRIGGER_POLARITY | zs_polarity |
| polarity for zero suppression threshold | |
| uint32_t | zs_threshold |
| zero suppression level in counts | |
| double | zs_thresh_time_us |
| time signal must be above zs threshold | |
| uint32_t | zs_pre_samps |
| number of samples to save before zle block | |
| uint32_t | zs_post_samps |
| number of samples to save after ZLE block | |
| std::string | label |
| descriptive label for this channel | |
parameter list for each channel on a V172X digitizer
Definition at line 66 of file V172X_Params.hh.
1.6.1