AlcapDAQ
1
|
Data Fields | |
DWORD | vme_base |
VME base address of the module. More... | |
BOOL | enabled |
don't readout the module if false More... | |
DWORD | wf_length |
waveform length, samples More... | |
BYTE | acquisition_mode |
Acquisition mode: 0=CAEN_DGTZ_SW_CONTROLLED, 1=CAEN_DGTZ_S_IN_CONTROLLED;. More... | |
BYTE | software_trigger_mode |
Software trigger mode: 0=CAEN_DGTZ_TRGMODE_DISABLED, 1=CAEN_DGTZ_TRGMODE_ACQ_ONLY, 2=CAEN_DGTZ_TRGMODE_EXTOUT_ONLY, 3=CAEN_DGTZ_TRGMODE_ACQ_AND_EXTOUT. More... | |
BYTE | hardware_trigger_mode |
Hardware trigger mode: 0=CAEN_DGTZ_TRGMODE_DISABLED, 1=CAEN_DGTZ_TRGMODE_ACQ_ONLY, 2=CAEN_DGTZ_TRGMODE_EXTOUT_ONLY, 3=CAEN_DGTZ_TRGMODE_ACQ_AND_EXTOUT. More... | |
BYTE | trigger_edge |
Trigger edge, 0=CAEN_DGTZ_TriggerOnRisingEdge, 1=CAEN_DGTZ_TriggerOnFallingEdge. More... | |
INT | down_sampling_factor |
Sampling frequency will be divided by this factor, 1=no down sampling. More... | |
char | ROC_FirmwareRel [128] |
char | AMC_FirmwareRel [128] |
struct { | |
BOOL enabled | |
DWORD offset | |
DC offset. More... | |
BYTE self_trigger_mode | |
Self trigger mode: 0=CAEN_DGTZ_TRGMODE_DISABLED, 1=CAEN_DGTZ_TRGMODE_ACQ_ONLY, 2=CAEN_DGTZ_TRGMODE_EXTOUT_ONLY, 3=CAEN_DGTZ_TRGMODE_ACQ_AND_EXTOUT. More... | |
DWORD trigger_threshold | |
Trigger threshold. More... | |
} | ch [8] |
Definition at line 60 of file v1724_module.c.
BYTE s_v1724_odb::acquisition_mode |
Acquisition mode: 0=CAEN_DGTZ_SW_CONTROLLED, 1=CAEN_DGTZ_S_IN_CONTROLLED;.
Definition at line 65 of file v1724_module.c.
char s_v1724_odb::AMC_FirmwareRel[128] |
Definition at line 71 of file v1724_module.c.
struct { ... } s_v1724_odb::ch[8] |
INT s_v1724_odb::down_sampling_factor |
Sampling frequency will be divided by this factor, 1=no down sampling.
Definition at line 69 of file v1724_module.c.
BOOL s_v1724_odb::enabled |
don't readout the module if false
Definition at line 63 of file v1724_module.c.
BYTE s_v1724_odb::hardware_trigger_mode |
Hardware trigger mode: 0=CAEN_DGTZ_TRGMODE_DISABLED, 1=CAEN_DGTZ_TRGMODE_ACQ_ONLY, 2=CAEN_DGTZ_TRGMODE_EXTOUT_ONLY, 3=CAEN_DGTZ_TRGMODE_ACQ_AND_EXTOUT.
Definition at line 67 of file v1724_module.c.
DWORD s_v1724_odb::offset |
DC offset.
Definition at line 74 of file v1724_module.c.
char s_v1724_odb::ROC_FirmwareRel[128] |
Definition at line 70 of file v1724_module.c.
BYTE s_v1724_odb::self_trigger_mode |
Self trigger mode: 0=CAEN_DGTZ_TRGMODE_DISABLED, 1=CAEN_DGTZ_TRGMODE_ACQ_ONLY, 2=CAEN_DGTZ_TRGMODE_EXTOUT_ONLY, 3=CAEN_DGTZ_TRGMODE_ACQ_AND_EXTOUT.
Definition at line 75 of file v1724_module.c.
BYTE s_v1724_odb::software_trigger_mode |
Software trigger mode: 0=CAEN_DGTZ_TRGMODE_DISABLED, 1=CAEN_DGTZ_TRGMODE_ACQ_ONLY, 2=CAEN_DGTZ_TRGMODE_EXTOUT_ONLY, 3=CAEN_DGTZ_TRGMODE_ACQ_AND_EXTOUT.
Definition at line 66 of file v1724_module.c.
BYTE s_v1724_odb::trigger_edge |
Trigger edge, 0=CAEN_DGTZ_TriggerOnRisingEdge, 1=CAEN_DGTZ_TriggerOnFallingEdge.
Definition at line 68 of file v1724_module.c.
Referenced by v1724_pre_bor().
DWORD s_v1724_odb::trigger_threshold |
Trigger threshold.
Definition at line 76 of file v1724_module.c.
DWORD s_v1724_odb::vme_base |
VME base address of the module.
Definition at line 62 of file v1724_module.c.
DWORD s_v1724_odb::wf_length |
waveform length, samples
Definition at line 64 of file v1724_module.c.