![]() |
Software Library API naibrd 1.62
See all documentation at naii.docs.com
|
Functions | |
| NAIBRDFUNC nai_status_t NAIAPI | naibrd_IRIG_SetInputAnalogTermEnable (int32_t cardIndex, int32_t module, int32_t channel, bool_t enable) |
| Enable or disable IRIG input analog termination. | |
| NAIBRDFUNC nai_status_t NAIAPI | naibrd_IRIG_GetInputAnalogTermEnable (int32_t cardIndex, int32_t module, int32_t channel, bool_t *p_outEnable) |
| Gets the enable or disable state of the IRIG input analog termination setting. | |
| NAIBRDFUNC nai_status_t NAIAPI | naibrd_IRIG_SetInputDigitalTermEnable (int32_t cardIndex, int32_t module, int32_t channel, bool_t enable) |
| Enable or disable the IRIG input digital termination. | |
| NAIBRDFUNC nai_status_t NAIAPI | naibrd_IRIG_GetInputDigitalTermEnable (int32_t cardIndex, int32_t module, int32_t channel, bool_t *p_outEnable) |
| Gets the enable or disable state of the IRIG input digital termination setting. | |
| NAIBRDFUNC nai_status_t NAIAPI naibrd_IRIG_GetInputAnalogTermEnable | ( | int32_t | cardIndex, |
| int32_t | module, | ||
| int32_t | channel, | ||
| bool_t * | p_outEnable ) |
Gets the enable or disable state of the IRIG input analog termination setting.
| 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]). |
| channel | : (Input) Channel Number of the channel to access (1 - [max channels for module]). |
| p_outEnable | : (Output) TRUE if enabled, FALSE if disabled. |
| NAIBRDFUNC nai_status_t NAIAPI naibrd_IRIG_GetInputDigitalTermEnable | ( | int32_t | cardIndex, |
| int32_t | module, | ||
| int32_t | channel, | ||
| bool_t * | p_outEnable ) |
Gets the enable or disable state of the IRIG input digital termination setting.
| 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]). |
| channel | : (Input) Channel Number of the channel to access (1 - [max channels for module]). |
| p_outEnable | : (Output) TRUE if enabled, FALSE if disabled. |
| NAIBRDFUNC nai_status_t NAIAPI naibrd_IRIG_SetInputAnalogTermEnable | ( | int32_t | cardIndex, |
| int32_t | module, | ||
| int32_t | channel, | ||
| bool_t | enable ) |
Enable or disable IRIG input analog termination.
| 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]). |
| channel | : (Input) Channel Number of the channel to access (1 - [max channels for module]). |
| enable | : (Input) TRUE to enable, FALSE to disable. |
| NAIBRDFUNC nai_status_t NAIAPI naibrd_IRIG_SetInputDigitalTermEnable | ( | int32_t | cardIndex, |
| int32_t | module, | ||
| int32_t | channel, | ||
| bool_t | enable ) |
Enable or disable the IRIG input digital termination.
| 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]). |
| channel | : (Input) Channel Number of the channel to access (1 - [max channels for module]). |
| enable | : (Input) TRUE to enable, FALSE to disable. |