44
•
C/C++ Library for DOS
5.11 _8111_AD_Soft_Trig
@ Description
This function is used to trigger the A/D conversion by software. When the
function is called, a trigger pulse will be generated and the converted data
will be stored in the base address Base +4 and Base +5, and can be
retrieved by function _8111_AD_Aquire(). Please refer to section 6.11.
@ Syntax
int _8111_AD_Soft_Trig( void )
@ Argument:
None
@ Return Code:
ERR_NoError
ERR_BoardNoInit
@ Example:
Please refer the example in next section.