AlazarQueryCapability

Function Syntax

RETURN_CODE AlazarQueryCapability(HANDLE handle, U32 capability, U32 reserved, U32 * retValue)

Get a device attribute as a unsigned 32-bit integer.

Return
ApiSuccess upon success, or an error code. See RETURN_CODE for more detailed information.
Parameters
  • handle: Board handle
  • capability: The board capability to query. Must be a member of ALAZAR_CAPABILITIES.
  • reserved: Pass 0
  • retValue: Capability value

LabVIEW Block Diagram

../_images/AlazarQueryCapability.vi.png