CAEN MCA  0.99.10
SDK for Hexagon
Data mask: Waveforms

The last waveform acquired when the hardware is in waveform mode. More...

+ Collaboration diagram for Data mask: Waveforms:

Macros

#define DATAMASK_WAVEFORM_TRACE1   UINT64_C(0x1)
 Analog trace #1. More...
 
#define DATAMASK_WAVEFORM_TRACE2   UINT64_C(0x2)
 Analog trace #2. More...
 
#define DATAMASK_WAVEFORM_DTRACE1   UINT64_C(0x4)
 Digital trace #1. More...
 
#define DATAMASK_WAVEFORM_DTRACE2   UINT64_C(0x8)
 Digital trace #2. More...
 

Detailed Description

The last waveform acquired when the hardware is in waveform mode.

See also
CAEN_MCA_DATA_WAVEFORM

Macro Definition Documentation

◆ DATAMASK_WAVEFORM_TRACE1

#define DATAMASK_WAVEFORM_TRACE1   UINT64_C(0x1)

Analog trace #1.

Note
Required argument: int16_t*
Maximum size: WAVEFORM_MAXLEN
Access type: read only
Examples:
examples_waveforms.c.

Definition at line 585 of file CAENMCATypes.h.

◆ DATAMASK_WAVEFORM_TRACE2

#define DATAMASK_WAVEFORM_TRACE2   UINT64_C(0x2)

Analog trace #2.

Note
Required argument: int16_t*
Maximum size: WAVEFORM_MAXLEN
Access type: read only
Examples:
examples_waveforms.c.

Definition at line 586 of file CAENMCATypes.h.

◆ DATAMASK_WAVEFORM_DTRACE1

#define DATAMASK_WAVEFORM_DTRACE1   UINT64_C(0x4)

Digital trace #1.

Note
Required argument: uint8_t*
Maximum size: WAVEFORM_MAXLEN
Access type: read only
Examples:
examples_waveforms.c.

Definition at line 587 of file CAENMCATypes.h.

◆ DATAMASK_WAVEFORM_DTRACE2

#define DATAMASK_WAVEFORM_DTRACE2   UINT64_C(0x8)

Digital trace #2.

Note
Required argument: uint8_t*
Maximum size: WAVEFORM_MAXLEN
Access type: read only
Examples:
examples_waveforms.c.

Definition at line 588 of file CAENMCATypes.h.