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

MCA527
Name
MMCA_SET_COMMON_MEMORY_FILL_STOP
Description
The function sets the fill stop for the common memory. The common memory is used for acquiring raw
data from the ADC (general mode = GMODE_TRANSFER_ADC_VALUES). The MCA acquires data until
the fill stop is reached.
Declaration
ERROR_FLAG CALLBACK MMCA_SET_COMMON_MEMORY_FILL_STOP(unsigned long ulFillStop);
ulFillStop
0 … common memory size (see CMD_QUERY_STATE527_EX, mca_comm.h or
mca32com.bas.)
Return value
See MCA_COMM function
Remarks
This function is only usable for MCA527.
Name
MMCA_SET_TTL_LEVELS
Description
The function sets the low and high level for TTL input signals.
Declaration
ERROR_FLAG CALLBACK MMCA_SET_TTL_LEVELS(unsigned short unLowLevel,
unsigned short unHighLevel);
unLowLevel
1 … 99 * 0.1 V
unHighLevel
2 … 100 * 0.1 V
Return value
See MCA_COMM function
Remarks
This function is only usable for MCA527.
Name
MMCA_SET_CORE_CLOCK
Description
The function sets the parameters for the oscilloscope mode.
Declaration
ERROR_FLAG CALLBACK MMCA_SET_CORE_CLOCK(unsigned short unClock);
unClock
Clock:
1 … 6 [*100 MHz]
Return value
See MCA_COMM function
Remarks
This function is only usable for MCA527.
Name
MMCA_SET_OSCI_TRIGGER
Description
The function sets the parameters for the oscilloscope mode.
Declaration
ERROR_FLAG CALLBACK MMCA_SET_OSCI_TRIGGER(unsigned char uchMode,
char chTimeResolution,
unsigned short unThreshold,
unsigned short unPosition);
uchMode
Mode:
0 … 4
chTimeResolution
Time resolution:
-5 … +13
unThreshold
Threshold:
0 … 16383
unPosition
Position:
0 … 499
Return value
See MCA_COMM function
Remarks
This function is only usable for MCA527.
18