Software Library API naibrd 1.62
See all documentation at naii.docs.com
Module Properties Functions

Functions

NAIBRDFUNC int32_t NAIAPI naibrd_AD_GetChannelCount (uint32_t modId)
 Returns the number of channels for the specified A/D Module ID.
 
NAIBRDFUNC int32_t NAIAPI naibrd_AD_GetGroupCount (uint32_t modId)
 Returns the number of channel groups for the specified A/D Module ID.
 
NAIBRDFUNC int32_t NAIAPI naibrd_AD_GetGroupSize (uint32_t modId)
 Returns the number of channel in each group for the specified A/D Module ID.
 
NAIBRDFUNC int32_t NAIAPI naibrd_AD_GetMaxFIFOCount (uint32_t modId)
 Returns the maximum size of the FIFO for the specified A/D Module ID.
 

Detailed Description


Function Documentation

◆ naibrd_AD_GetChannelCount()

NAIBRDFUNC int32_t NAIAPI naibrd_AD_GetChannelCount ( uint32_t modId)

Returns the number of channels for the specified A/D Module ID.

Parameters
modId: (Input) A/D Module ID.
Returns
  • Number of channels for the Module ID.

◆ naibrd_AD_GetGroupCount()

NAIBRDFUNC int32_t NAIAPI naibrd_AD_GetGroupCount ( uint32_t modId)

Returns the number of channel groups for the specified A/D Module ID.

Parameters
modId: (Input) A/D Module ID.
Returns
  • Number of channel groups for the Module ID.

◆ naibrd_AD_GetGroupSize()

NAIBRDFUNC int32_t NAIAPI naibrd_AD_GetGroupSize ( uint32_t modId)

Returns the number of channel in each group for the specified A/D Module ID.

Parameters
modId: (Input) A/D Module ID.
Returns
  • Number of channel in each group for the Module ID.

◆ naibrd_AD_GetMaxFIFOCount()

NAIBRDFUNC int32_t NAIAPI naibrd_AD_GetMaxFIFOCount ( uint32_t modId)

Returns the maximum size of the FIFO for the specified A/D Module ID.

Parameters
modId: (Input) A/D Module ID.
Returns
  • Number of channel in each group for the Module ID.