AlazarGetChannelInfoEx¶
Function Syntax¶
-
RETURN_CODE
AlazarGetChannelInfoEx
(HANDLE handle, S64 *memorySize, U8 *bitsPerSample)¶ Get the total on-board memory in samples, and sample size in bits per sample.
- Return
ApiSuccess upon success, or an error code. See RETURN_CODE for more detailed information.
- Remark
The memory size information is independant of how many channels the board can acquire on simultaneously. When multiple channels acquire data, they share this amount.
- Remark
The memory size indication is given for the default packing mode. See documentation about data packing for more information.
- Parameters
[in] handle
: Board handle.[out] memorySize
: Total size of the on-board memory in samples.[out] bitsPerSample
: Bits per sample.