Mca527 – GBS Elektronik MCA-166 Communication DLL User Manual
Page 10

MCA527
Name
MMCA_CLEAR_TIME
Description
MCA166: The acquisition is stopped and the real time and the dead time are cleared.
MCA527: The acquisition is stopped and the spectrum, the real time and the dead time are cleared.
Declaration
ERROR_FLAG CALLBACK MMCA_CLEAR_TIME();
Return value
See MCA_COMM function
Name
MMCA_CLEAR_ROI
Description
The acquisition is stopped and the ROI limits are set to LLD and ULD
Declaration
ERROR_FLAG CALLBACK MMCA_CLEAR_ROI();
Return value
See MCA_COMM function
Name
MMCA_CLEAR_ALL
Description
The function is a combination of MMCA_CLEAR_ROI, MMCA_CLEAR_MEMORY and
MMCA_CLEAR_TIME
Declaration
ERROR_FLAG CALLBACK MMCA_CLEAR_ALL();
Return value
See MCA_COMM function
MCA Setup functions:
Name
MMCA_SET_PRESET_NONE
Description
None automatic stop condition.
Declaration
ERROR_FLAG CALLBACK MMCA_SET_PRESET_NONE();
Return value
See MCA_COMM function
Name
MMCA_SET_PRESET_LIVE_TIME
Description
The function sets the time for the automatic stop condition (dead time corrected).
Declaration
ERROR_FLAG CALLBACK MMCA_SET_PRESET_LIVE_TIME(unsigned long ulLiveTime);
ulLiveTime
Live time:
MCA166: 1 ... 65535 sec
MCA527: 1 ... 4294967295 sec
Return value
See MCA_COMM function
Name
MMCA_SET_PRESET_REAL_TIME
Description
The function sets the time for the automatic stop condition.
Declaration
ERROR_FLAG CALLBACK MMCA_SET_PRESET_REAL_TIME(unsigned long ulRealTime);
ulRealTime
Real time:
MCA166: 1 ... 65535 sec
MCA527: 1 ... 4294967295 sec
Return value
See MCA_COMM function
Name
MMCA_SET_PRESET_INTEGRAL
Description
The function sets the value for the ROI integral
Declaration
ERROR_FLAG CALLBACK MMCA_SET_PRESET_INTEGRAL(unsigned long ulIntegral);
ulIntegral
Integral:
1 ... 4294967295
Return value
See MCA_COMM function
10