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

MCA527
Name
MMCA_SET_MCS_CHANNEL
Description
The function sets the number of channels for the MCS and Rate mode.
Declaration
ERROR_FLAG CALLBACK MMCA_SET_MCS_CHANNEL(unsigned short unChannel);
unChannel
MCS channels:
MCA166: 128, 256, 512, 1024, 2048, 4096
MCA527: 1 … 16384
Return value
See MCA_COMM function
Name
MMCA_SET_TIME_PER_CHANNEL
Description
The function sets the dwell time per channel for the MCS mode.
Declaration
ERROR_FLAG CALLBACK MMCA_SET_TIME_PER_CHANNEL(unsigned short unTime);
unTime
Real time per channel:
1 ... 65535 * 10 msec
Return value
See MCA_COMM function
Name
MMCA_SET_TIME_PER_CHANNEL527
Description
The function sets the dwell time per channel for the MCS mode.
Declaration
ERROR_FLAG CALLBACK MMCA_SET_TIME_PER_CHANNEL527(unsigned long ulTime);
ulTime
Real time per channel:
1 ... 268435455 * 0.1 msec
Return value
See MCA_COMM function
Remark
This function is only usable for MCA527.
Name
MMCA_SET_MCS_INPUT_ICR
Description
The function selects the count rate signal as MCS input.
Declaration
ERROR_FLAG CALLBACK MMCA_SET_MCS_INPUT_ICR();
Return value
See MCA_COMM function
Name
MMCA_SET_MCS_INPUT_TTL
Description
The function selects the external TTL signals as MCS input.
Declaration
ERROR_FLAG CALLBACK MMCA_SET_MCS_INPUT_TTL();
Return value
See MCA_COMM function
Name
MMCA_SET_MCS_INPUT_DISCR
Description
The function selects the software discrimination of ADC-input pulses as MCS input.
Declaration
ERROR_FLAG CALLBACK MMCA_SET_MCS_INPUT_DISCR();
Return value
See MCA_COMM function
12