CAEN MCA  0.99.10
SDK for Hexagon
Data mask: Parameter info (information bits)

Bits provided by DATAMASK_PARAMINFO_INFOMASK. More...

+ Collaboration diagram for Data mask: Parameter info (information bits):

Macros

#define PARAMINFO_INFOMASK_IS_ACQ_ON_ALLOWED   UINT32_C(0x1)
 Can be set when acquisition is on. More...
 
#define PARAMINFO_INFOMASK_IS_HVCONFIG_ALLOWED   UINT32_C(0x2)
 Can be set after HV has been configured. More...
 
#define PARAMINFO_INFOMASK_IS_HVON_ALLOWED   UINT32_C(0x4)
 Can be set when HV is ON. More...
 
#define PARAMINFO_INFOMASK_READABLE   UINT32_C(0x8)
 Can be read. More...
 
#define PARAMINFO_INFOMASK_WRITEABLE   UINT32_C(0x10)
 Can be written. More...
 

Detailed Description

Bits provided by DATAMASK_PARAMINFO_INFOMASK.

Macro Definition Documentation

◆ PARAMINFO_INFOMASK_IS_ACQ_ON_ALLOWED

#define PARAMINFO_INFOMASK_IS_ACQ_ON_ALLOWED   UINT32_C(0x1)

Can be set when acquisition is on.

Definition at line 466 of file CAENMCATypes.h.

◆ PARAMINFO_INFOMASK_IS_HVCONFIG_ALLOWED

#define PARAMINFO_INFOMASK_IS_HVCONFIG_ALLOWED   UINT32_C(0x2)

Can be set after HV has been configured.

Definition at line 467 of file CAENMCATypes.h.

◆ PARAMINFO_INFOMASK_IS_HVON_ALLOWED

#define PARAMINFO_INFOMASK_IS_HVON_ALLOWED   UINT32_C(0x4)

Can be set when HV is ON.

Definition at line 468 of file CAENMCATypes.h.

◆ PARAMINFO_INFOMASK_READABLE

#define PARAMINFO_INFOMASK_READABLE   UINT32_C(0x8)

Can be read.

Definition at line 469 of file CAENMCATypes.h.

◆ PARAMINFO_INFOMASK_WRITEABLE

#define PARAMINFO_INFOMASK_WRITEABLE   UINT32_C(0x10)

Can be written.

Definition at line 470 of file CAENMCATypes.h.