Software Library API naibrd 1.62
See all documentation at naii.docs.com
On-Board Reset Functions

Functions

NAIBRDFUNC nai_status_t NAIAPI naibrd_REF_Onbrd_Reset (int32_t cardIndex, nai_ref_external_control_type_t extmodctrl, nai_ref_reset_type_t type)
 Resets any over current condition occurred on the on-board reference module. Not all reference module supports this function.
 

Detailed Description


Function Documentation

◆ naibrd_REF_Onbrd_Reset()

NAIBRDFUNC nai_status_t NAIAPI naibrd_REF_Onbrd_Reset ( int32_t cardIndex,
nai_ref_external_control_type_t extmodctrl,
nai_ref_reset_type_t type )

Resets any over current condition occurred on the on-board reference module. Not all reference module supports this function.

Parameters
cardIndex: (Input) Logical Card Index assigned to connection with the NAI_BOARD (0 - NAI_MAX_CARDS-1).
extmodctrl: (Input) Module Type of the controlling module.
type: (Input) Status Type: refer to nai_ref_reset_type_t definitions.
Returns
  • NAI_SUCCESS
  • NAI_ERROR_INVALID_CARD when invalid card parameter is specified.
  • NAI_ERROR_INVALID_MODULE when invalid card parameter is specified.
  • NAI_ERROR_NOT_OPEN when handle to board is invalid.
  • NAI_ERROR_NOT_SUPPORTED when function is not supported.