- Warning
- This function has been deprecated and has been replaced by naibrd_LVDT_GetModuleBITEnable().
Retrieves the Test Enable bit for either the D0, D2, or D3 Test, based on the test enable type specified.
- 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]). |
type | : (Input) Test Enable type: refer to naibrd_lvdt_test_enable_t definition. |
p_outenable | : (Output) 1 for test enabled or 0 for test disabled. |
- 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_INVALID_VALUE when invalid type parameter is specified.
- NAI_ERROR_NOT_SUPPORTED when function is not supported.