|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_OpenDigitizer (CAEN_DGTZ_ConnectionType LinkType, int LinkNum, int ConetNode, uint32_t VMEBaseAddress, int *handle) |
| Opens the Digitizer. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_CloseDigitizer (int handle) |
| Closes the Digitizer. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_WriteRegister (int handle, uint32_t Address, uint32_t Data) |
| Writes a 32-bit word in a specific address offset of the digitizer. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_ReadRegister (int handle, uint32_t Address, uint32_t *Data) |
| Reads a 32-bit word from a specific address offset of the digitizer. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetInfo (int handle, CAEN_DGTZ_BoardInfo_t *BoardInfo) |
| Retrieves the board information of the digitizer. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_Reset (int handle) |
| Resets the Digitizer. All internal registers and states are restored to defaults. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_ClearData (int handle) |
| Clears the data stored in the buffers of the Digitizer. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SendSWtrigger (int handle) |
| Sends a Software trigger to the Digitizer. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SWStartAcquisition (int handle) |
| Starts Digitizers acquisition. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SWStopAcquisition (int handle) |
| Stops Digitizer acquisition. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetInterruptConfig (int handle, CAEN_DGTZ_EnaDis_t state, uint8_t level, uint32_t status_id, uint16_t event_number, CAEN_DGTZ_IRQMode_t mode) |
| Enable/disable Interrupts and set the Interrupt level used by the Digitizer. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetInterruptConfig (int handle, CAEN_DGTZ_EnaDis_t *state, uint8_t *level, uint32_t *status_id, uint16_t *event_number, CAEN_DGTZ_IRQMode_t *mode) |
| Gets current Interrupt settings of the Digitizer. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_IRQWait (int handle, uint32_t timeout) |
| Waits for an interrupt by the Digitizer. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_VMEIRQWait (CAEN_DGTZ_ConnectionType LinkType, int LinkNum, int ConetNode, uint8_t IRQMask, uint32_t timeout, int *VMEHandle) |
| Waits for an interrupt from a CAEN VME Bridge. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_VMEIRQCheck (int VMEHandle, uint8_t *Mask) |
| Checks VME interrupt level. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_IACKCycle (int handle, int32_t *board_id) |
| Performs an interrupt acknowledge cycle to know the board_id of the board that raised an interrupt. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_VMEIACKCycle (int VMEHandle, uint8_t level, int32_t *board_id) |
| Performs a VME Interrupt Acknowledge cycle to know the board_id of the board that raised an interrupt. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetDESMode (int handle, CAEN_DGTZ_EnaDis_t enable) |
| Sets Dual Edge Sampling (DES) mode. Valid only for digitizers that supports this acquisiton mode. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetDESMode (int handle, CAEN_DGTZ_EnaDis_t *enable) |
| Gets Dual Edge Sampling (DES) mode. Valid only for digitizers that supports this acquisiton mode. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetRecordLength (int handle, uint32_t size,...) |
| Sets acquisition record length. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetRecordLength (int handle, uint32_t *size,...) |
| Gets current acquisition record length. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetChannelEnableMask (int handle, uint32_t mask) |
| Sets channels that will be enabled into events. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetChannelEnableMask (int handle, uint32_t *mask) |
| Gets current mask of enabled channels in events. If a mask bit is set, corresponding channel is currenly enabled for event readout. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetGroupEnableMask (int handle, uint32_t mask) |
| Sets channels group that will be enabled into events. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetGroupEnableMask (int handle, uint32_t *mask) |
| Gets current mask of enabled channel groups in events. Valid only for digitizers that supports channel groups (V1740, DT5740 for instance). More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetSWTriggerMode (int handle, CAEN_DGTZ_TriggerMode_t mode) |
| Sets oneof the available trigger mode. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetExtTriggerInputMode (int handle, CAEN_DGTZ_TriggerMode_t mode) |
| Sets external trigger input mode. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetExtTriggerInputMode (int handle, CAEN_DGTZ_TriggerMode_t *mode) |
| Gets current external trigger input mode. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetSWTriggerMode (int handle, CAEN_DGTZ_TriggerMode_t *mode) |
| Sets software trigger mode. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetChannelSelfTrigger (int handle, CAEN_DGTZ_TriggerMode_t mode, uint32_t channelmask) |
| Sets channel self trigger mode according to CAEN_DGTZ_TriggerMode_t. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetChannelSelfTrigger (int handle, uint32_t channel, CAEN_DGTZ_TriggerMode_t *mode) |
| Gets current channel self trigger mode setting. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetGroupSelfTrigger (int handle, CAEN_DGTZ_TriggerMode_t mode, uint32_t groupmask) |
| Sets channel group self trigger mode according to mode Valid only for digitizers that supports channel groups (V1740, DT5740 for instance). More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetGroupSelfTrigger (int handle, uint32_t group, CAEN_DGTZ_TriggerMode_t *mode) |
| Gets channel group self trigger mode. Valid only for digitizers that supports channel groups (V1740, DT5740 for instance). More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetChannelGroupMask (int handle, uint32_t group, uint32_t channelmask) |
| Selects which channel is enabled to contribute to event among available channels of selected channel group. Valid only for digitizers that supports channel groups (V1740, DT5740 for instance). More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetChannelGroupMask (int handle, uint32_t group, uint32_t *channelmask) |
| Gets current channel that are enabled to contribute to event among available channels of selected channel group. Valid only for digitizers that supports channel groups (V1740, DT5740 for instance). More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetPostTriggerSize (int handle, uint32_t percent) |
| Sets post trigger for next acquisitions. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetPostTriggerSize (int handle, uint32_t *percent) |
| Gets current post trigger length. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetDPPPreTriggerSize (int handle, int ch, uint32_t samples) |
| Sets the pre-trigger size, which is the portion of acquisition window visible before a trigger. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetDPPPreTriggerSize (int handle, int ch, uint32_t *samples) |
| Gets the pre-trigger size. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetChannelDCOffset (int handle, uint32_t channel, uint32_t Tvalue) |
| Sets the DC offset for a specified channel. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetChannelDCOffset (int handle, uint32_t channel, uint32_t *Tvalue) |
| Gets the DC offset for a specified channel. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetGroupDCOffset (int handle, uint32_t group, uint32_t Tvalue) |
| Sets the DC offset for a specified group of channels. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetGroupDCOffset (int handle, uint32_t group, uint32_t *Tvalue) |
| Gets the DC offset from a specified group of channels. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetChannelTriggerThreshold (int handle, uint32_t channel, uint32_t Tvalue) |
| Sets the Trigger Threshold for a specific channel. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetChannelTriggerThreshold (int handle, uint32_t channel, uint32_t *Tvalue) |
| Gets current Trigger Threshold from a specified channel. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetChannelPulsePolarity (int handle, uint32_t channel, CAEN_DGTZ_PulsePolarity_t pol) |
| Set the pulse polarity for the specified channel. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetChannelPulsePolarity (int handle, uint32_t channel, CAEN_DGTZ_PulsePolarity_t *pol) |
| Get the value of the pulse polarity for the specified channel. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetGroupTriggerThreshold (int handle, uint32_t group, uint32_t Tvalue) |
| Sets the Trigger Threshold for a specified group of channels. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetGroupTriggerThreshold (int handle, uint32_t group, uint32_t *Tvalue) |
| Gets the Trigger Threshold from a specified group of channels. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetZeroSuppressionMode (int handle, CAEN_DGTZ_ZS_Mode_t mode) |
| Sets Zero Suppression mode. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetZeroSuppressionMode (int handle, CAEN_DGTZ_ZS_Mode_t *mode) |
| Gets current Zero Suppression mode. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetChannelZSParams (int handle, uint32_t channel, CAEN_DGTZ_ThresholdWeight_t weight, int32_t threshold, int32_t nsamp) |
| Sets Zero Suppression parameters for a specific channel. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetChannelZSParams (int handle, uint32_t channel, CAEN_DGTZ_ThresholdWeight_t *weight, int32_t *threshold, int32_t *nsamp) |
| Gets current Zero Suppression parameters from a specified channel. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetAcquisitionMode (int handle, CAEN_DGTZ_AcqMode_t mode) |
| Sets digitizer acquisition mode. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetAcquisitionMode (int handle, CAEN_DGTZ_AcqMode_t *mode) |
| Gets the acquisition mode of the digitizer. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetRunSynchronizationMode (int handle, CAEN_DGTZ_RunSyncMode_t mode) |
| Sets the run synchronization mode of the digitizer, used to synchronize an acquisition on multiple boards. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetRunSynchronizationMode (int handle, CAEN_DGTZ_RunSyncMode_t *mode) |
| Gets the run synchronization mode of the digitizer. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetAnalogMonOutput (int handle, CAEN_DGTZ_AnalogMonitorOutputMode_t mode) |
| Sets waveform to output on Digitizer Analog Monitor Front Panel output. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetAnalogMonOutput (int handle, CAEN_DGTZ_AnalogMonitorOutputMode_t *mode) |
| Gets current waveform selected to drive Digitizer Analog Monitor Front Panel output. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetAnalogInspectionMonParams (int handle, uint32_t channelmask, uint32_t offset, CAEN_DGTZ_AnalogMonitorMagnify_t mf, CAEN_DGTZ_AnalogMonitorInspectorInverter_t ami) |
| Sets the Analog Inspection Monitor parameters for a digitizer. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetAnalogInspectionMonParams (int handle, uint32_t *channelmask, uint32_t *offset, CAEN_DGTZ_AnalogMonitorMagnify_t *mf, CAEN_DGTZ_AnalogMonitorInspectorInverter_t *ami) |
| Gets Analog Inspection Monitor parameters from a digitizer. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_DisableEventAlignedReadout (int handle) |
| Disables BERR as transfer termination signal from slave (digitizer) More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetEventPackaging (int handle, CAEN_DGTZ_EnaDis_t mode) |
| Enable or disable the Pack 2.5 mode of V1720/DT5720 Digitizers. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetEventPackaging (int handle, CAEN_DGTZ_EnaDis_t *mode) |
| get the information about the Pack 2.5 mode of V1720/DT5720 Digitizers More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetMaxNumAggregatesBLT (int handle, uint32_t numAggr) |
| Sets max aggregate number for each transfer DPP-PHA, DPP-PSD and DPP-CI you can use CAEN_DGTZ_SetDPPEventAggregation. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetMaxNumEventsBLT (int handle, uint32_t numEvents) |
| Sets max event number for each transfer. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetMaxNumAggregatesBLT (int handle, uint32_t *numAggr) |
| Gets the max number of aggregates of each block transfer. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetMaxNumEventsBLT (int handle, uint32_t *numEvents) |
| Gets the max number of events of each block transfer. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_MallocReadoutBuffer (int handle, char **buffer, uint32_t *size) |
| Allocates memory buffer to hold data received from digitizer. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_ReadData (int handle, CAEN_DGTZ_ReadMode_t mode, char *buffer, uint32_t *bufferSize) |
| Reads data (events) from the digitizer. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_FreeReadoutBuffer (char **buffer) |
| Frees memory allocated by the CAEN_DGTZ_MallocReadoutBuffer. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetNumEvents (int handle, char *buffer, uint32_t buffsize, uint32_t *numEvents) |
| Gets current number of event stored in the acquisition buffer. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetEventInfo (int handle, char *buffer, uint32_t buffsize, int32_t numEvent, CAEN_DGTZ_EventInfo_t *eventInfo, char **EventPtr) |
| Retrieves the information associated with a specified event. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_DecodeEvent (int handle, char *evtPtr, void **Evt) |
| Decodes a specified event stored in the acquisition buffer. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_FreeEvent (int handle, void **Evt) |
| Releases the event returned by the CAEN_DGTZ_DecodeEvent. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetDPPEvents (int handle, char *buffer, uint32_t buffsize, void **events, uint32_t *numEventsArray) |
| Decodes and returns all the DPP events stored in the acquisition buffers. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_MallocDPPEvents (int handle, void **events, uint32_t *allocatedSize) |
| Allocates the event buffer matrix which is handled by CAEN_DGTZ_GetDPPEvents. The matrix has one event array per channel and must be declared as a MAX_CH-sized array of pointers. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_FreeDPPEvents (int handle, void **events) |
| Deallocates the event buffer matrix. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_MallocDPPWaveforms (int handle, void **waveforms, uint32_t *allocatedSize) |
| Allocates the waveform buffer, which is used by CAEN_DGTZ_DecodeDPPWaveforms. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_FreeDPPWaveforms (int handle, void *Waveforms) |
| Deallocates the waveform buffer. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_DecodeDPPWaveforms (int handle, void *event, void *waveforms) |
| Decodes the waveforms contained inside an event. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetNumEventsPerAggregate (int handle, uint32_t numEvents,...) |
| Sets the number of events that each aggregate will contain. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetNumEventsPerAggregate (int handle, uint32_t *numEvents,...) |
| Gets the number of events that each aggregate will contain. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetDPPEventAggregation (int handle, int threshold, int maxsize) |
| Set event aggregation parameters. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetDPPParameters (int handle, uint32_t channelMask, void *params) |
| Set DPP configuration parameters for DPP-PHA, DPP-PSD or DPP-CI. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetDPPAcquisitionMode (int handle, CAEN_DGTZ_DPP_AcqMode_t mode, CAEN_DGTZ_DPP_SaveParam_t param) |
| Set the DPP acquisition mode. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetDPPAcquisitionMode (int handle, CAEN_DGTZ_DPP_AcqMode_t *mode, CAEN_DGTZ_DPP_SaveParam_t *param) |
| Get the information about the DPP acquisition mode. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetDPPTriggerMode (int handle, CAEN_DGTZ_DPP_TriggerMode_t mode) |
| Sets the DPP Trigger mode (DPP-PSD and DPP-CI only) More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetDPPTriggerMode (int handle, CAEN_DGTZ_DPP_TriggerMode_t *mode) |
| Gets the current DPP Trigger mode (DPP-PSD and DPP-CI only) More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetDPP_PHA_VirtualProbe (int handle, CAEN_DGTZ_DPP_VirtualProbe_t mode, CAEN_DGTZ_DPP_PHA_VirtualProbe1_t vp1, CAEN_DGTZ_DPP_PHA_VirtualProbe2_t vp2, CAEN_DGTZ_DPP_PHA_DigitalProbe_t dp) |
| Set the information about the output signal of the DPP-PHA acquisition mode. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetDPP_PHA_VirtualProbe (int handle, CAEN_DGTZ_DPP_VirtualProbe_t *mode, CAEN_DGTZ_DPP_PHA_VirtualProbe1_t *vp1, CAEN_DGTZ_DPP_PHA_VirtualProbe2_t *vp2, CAEN_DGTZ_DPP_PHA_DigitalProbe_t *dp) |
| Get the information about the output signal of the DPP-PHA acquisition mode. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetDPP_PSD_VirtualProbe (int handle, CAEN_DGTZ_DPP_VirtualProbe_t mode, CAEN_DGTZ_DPP_PSD_VirtualProbe_t vp, CAEN_DGTZ_DPP_PSD_DigitalProbe1_t dp1, CAEN_DGTZ_DPP_PSD_DigitalProbe2_t dp2) |
| Set the information about the output signal of the DPP-PSD acquisition mode. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetDPP_PSD_VirtualProbe (int handle, CAEN_DGTZ_DPP_VirtualProbe_t *mode, CAEN_DGTZ_DPP_PSD_VirtualProbe_t *vp, CAEN_DGTZ_DPP_PSD_DigitalProbe1_t *dp1, CAEN_DGTZ_DPP_PSD_DigitalProbe2_t *dp2) |
| Get the information about the output signal of the DPP-PSD acquisition mode. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetDPP_CI_VirtualProbe (int handle, CAEN_DGTZ_DPP_VirtualProbe_t mode, CAEN_DGTZ_DPP_CI_VirtualProbe_t vp, CAEN_DGTZ_DPP_CI_DigitalProbe1_t dp1, CAEN_DGTZ_DPP_CI_DigitalProbe2_t dp2) |
| Set the information about the output signal of the DPP-CI acquisition mode. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetDPP_CI_VirtualProbe (int handle, CAEN_DGTZ_DPP_VirtualProbe_t *mode, CAEN_DGTZ_DPP_CI_VirtualProbe_t *vp, CAEN_DGTZ_DPP_CI_DigitalProbe1_t *dp1, CAEN_DGTZ_DPP_CI_DigitalProbe2_t *dp2) |
| Get the information about the output signal of the DPP-CI acquisition mode. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_AllocateEvent (int handle, void **Evt) |
| Allocate the memory for the event. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetIOLevel (int handle, CAEN_DGTZ_IOLevel_t level) |
| Sets the IO Level. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetIOLevel (int handle, CAEN_DGTZ_IOLevel_t *level) |
| Gets the IO Level. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetTriggerPolarity (int handle, uint32_t channel, CAEN_DGTZ_TriggerPolarity_t Polarity) |
| Sets the trigger polarity of a specified channel. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetTriggerPolarity (int handle, uint32_t channel, CAEN_DGTZ_TriggerPolarity_t *Polarity) |
| Gets the trigger polarity of a specified channel. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_RearmInterrupt (int handle) |
| Rearm the Interrupt. More...
|
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetDRS4SamplingFrequency (int handle, CAEN_DGTZ_DRS4Frequency_t frequency) |
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetDRS4SamplingFrequency (int handle, CAEN_DGTZ_DRS4Frequency_t *frequency) |
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetOutputSignalMode (int handle, CAEN_DGTZ_OutputSignalMode_t mode) |
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetOutputSignalMode (int handle, CAEN_DGTZ_OutputSignalMode_t *mode) |
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetGroupFastTriggerThreshold (int handle, uint32_t group, uint32_t Tvalue) |
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetGroupFastTriggerThreshold (int handle, uint32_t group, uint32_t *Tvalue) |
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetGroupFastTriggerDCOffset (int handle, uint32_t group, uint32_t DCvalue) |
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetGroupFastTriggerDCOffset (int handle, uint32_t group, uint32_t *DCvalue) |
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetFastTriggerDigitizing (int handle, CAEN_DGTZ_EnaDis_t enable) |
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetFastTriggerDigitizing (int handle, CAEN_DGTZ_EnaDis_t *enable) |
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetFastTriggerMode (int handle, CAEN_DGTZ_TriggerMode_t mode) |
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetFastTriggerMode (int handle, CAEN_DGTZ_TriggerMode_t *mode) |
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_LoadDRS4CorrectionData (int handle, CAEN_DGTZ_DRS4Frequency_t frequency) |
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_EnableDRS4Correction (int handle) |
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_DisableDRS4Correction (int handle) |
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_DecodeZLEWaveforms (int handle, void *event, void *waveforms) |
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_FreeZLEWaveforms (int handle, void *waveforms) |
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_MallocZLEWaveforms (int handle, void **waveforms, uint32_t *allocatedSize) |
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_FreeZLEEvents (int handle, void **events) |
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_MallocZLEEvents (int handle, void **events, uint32_t *allocatedSize) |
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_GetZLEEvents (int handle, char *buffer, uint32_t buffsize, void **events, uint32_t *numEventsArray) |
|
CAEN_DGTZ_ErrorCode CAENDGTZ_API | CAEN_DGTZ_SetZLEParameters (int handle, uint32_t channelMask, void *params) |
|