CAEN MCA  0.99.10
SDK for Hexagon
Data mask: HV channel info

Information about the High-Voltage Channel. Read only. More...

+ Collaboration diagram for Data mask: HV channel info:

Macros

#define DATAMASK_HVCHANNELINFO_NRANGES   UINT64_C(0x1)
 Number of HV Ranges provided by the HV Channel. More...
 
#define DATAMASK_HVCHANNELINFO_POLARITY   UINT64_C(0x2)
 Polarity of the HV Channel. More...
 

Detailed Description

Information about the High-Voltage Channel. Read only.

See also
CAEN_MCA_DATA_HVCHANNEL_INFO

Macro Definition Documentation

◆ DATAMASK_HVCHANNELINFO_NRANGES

#define DATAMASK_HVCHANNELINFO_NRANGES   UINT64_C(0x1)

Number of HV Ranges provided by the HV Channel.

Note
Required argument: uint32_t
Access type: read only

Definition at line 479 of file CAENMCATypes.h.

◆ DATAMASK_HVCHANNELINFO_POLARITY

#define DATAMASK_HVCHANNELINFO_POLARITY   UINT64_C(0x2)

Polarity of the HV Channel.

Note
Required argument: int32_t
Access type: read only
See also
CAEN_MCA_Polarity_t

Definition at line 480 of file CAENMCATypes.h.