Software Library API naibrd 2.24.0
See all documentation at naii.docs.com

Functions

NAIBRDFUNC nai_status_t NAIAPI naibrd_DA_ResetOverload (int32_t cardIndex, int32_t module)
 Resets all D/A channels on the specified module that had been disabled following an over-load condition. Note: The over-load condition is reset by writing to the Overcurrent register.
 

Detailed Description

Function Documentation

◆ naibrd_DA_ResetOverload()

NAIBRDFUNC nai_status_t NAIAPI naibrd_DA_ResetOverload ( int32_t cardIndex,
int32_t module )

Resets all D/A channels on the specified module that had been disabled following an over-load condition. Note: The over-load condition is reset by writing to the Overcurrent register.

Parameters
cardIndex: (Input) Logical Card Index assigned to connection with the NAI_BOARD (0 - NAI_MAX_CARDS-1).
module: (Input) Module Number of the module to access (1 - [max modules for board]).
Returns
  • NAI_SUCCESS
  • NAI_ERROR_INVALID_CARD when invalid card parameter is specified.
  • NAI_ERROR_INVALID_MODULE when invalid module parameter is specified.
  • NAI_ERROR_NOT_OPEN when handle to board is invalid.
  • NAI_ERROR_NOT_SUPPORTED when function is not supported.