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. - Remark
- The memory size information is independent 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 – [in] Board handle. 
- memorySize – [out] Total size of the on-board memory in samples. 
- bitsPerSample – [out] Bits per sample. 
 
- Returns:
- ApiSuccess upon success, or an error code. See RETURN_CODE for more detailed information. 
 
LabVIEW Block Diagram#
