AlazarSetParameterUL

Function Syntax

RETURN_CODE AlazarSetParameterUL(HANDLE handle, U8 channel, U32 parameter, U32 value)

Set a device parameter as an unsigned long value.

Return

ApiSuccess upon success, or an error code. See RETURN_CODE for more detailed information.

Parameters
  • [in] handle: Board handle

  • [in] channel: The channel to control. See ALAZAR_CHANNELS for a list of possible values. This parameter only takes unsigned 8-bit values.

  • [in] parameter: The Parameter to modify. This can be one of ALAZAR_PARAMETERS_UL.

  • [in] value: Parameter value. See ALAZAR_PARAMETERS_UL for details about valid values

LabVIEW Block Diagram

../_images/AlazarSetParameterUL.vi.png