AlazarGetParameterLL

Function Syntax

RETURN_CODE AlazarGetParameterLL(HANDLE handle, U8 channel, U32 parameter, S64 * retValue)

Get a device parameter as a long long value.

Return
ApiSuccess upon success, or an error code. See RETURN_CODE for more detailed information.
Parameters
  • handle: Board handle
  • channel: The channel to control. See ALAZAR_CHANNELS for a list of possible values. This parameter only takes unsigned 8-bit values.
  • parameter: The Parameter to modify. This can be one of ALAZAR_PARAMETERS.
  • retValue: Parameter’s value