AlazarGetChannelInfo

Function Syntax

RETURN_CODE AlazarGetChannelInfo(HANDLE handle, U32 * 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
  • handle: Board handle.
  • memorySize: Total size of the on-board memory in samples.
  • bitsPerSample: Bits per sample.

LabVIEW Block Diagram

../_images/AlazarGetChannelInfo.vi.png