Instruction manual

Table Of Contents
Page
59
PC215E
6.6.1.2 Get the Name of a Board - getBoardModel
Returns the model name of a registered board.
i = getBoardModel (h)
where
h Integer: Board's handle as issued by the
registerBoard function.
Returns Integer:
Board’s model number. Possible values are:-
214: Amplicon PC214E
215: Amplicon PC215E
272: Amplicon PC272E
212: Amplicon PC212E
218: Amplicon PC218E
or ERRHANDLE
Prior Calls registerBoard
See Also
6.6.1.3 Un-register a Board with the DLL - freeBoard
Frees a previously registered board from the library's register. This board can be re-registered
by another program.
i = freeBoard (h)
where
h Integer: Board handle as issued by the
registerBoard function.
Returns Integer:
OK
or ERRHANDLE
Prior Calls registerBoard
See Also