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

Functions

NAIBRDFUNC int32_t NAIAPI naibrd_RLY_GetChannelCount (uint32_t modId)
 Returns the number of channels for the specified RLY Module ID.
 
NAIBRDFUNC int32_t NAIAPI naibrd_RLY_GetGroupCount (uint32_t modId)
 Returns the number of channel groups for the specified RLY Module ID.
 
NAIBRDFUNC int32_t NAIAPI naibrd_RLY_GetGroupSize (uint32_t modId)
 Returns the number of channels in each group for the specified RLY Module ID.
 

Detailed Description

Function Documentation

◆ naibrd_RLY_GetChannelCount()

NAIBRDFUNC int32_t NAIAPI naibrd_RLY_GetChannelCount ( uint32_t modId)

Returns the number of channels for the specified RLY Module ID.

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

◆ naibrd_RLY_GetGroupCount()

NAIBRDFUNC int32_t NAIAPI naibrd_RLY_GetGroupCount ( uint32_t modId)

Returns the number of channel groups for the specified RLY Module ID.

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

◆ naibrd_RLY_GetGroupSize()

NAIBRDFUNC int32_t NAIAPI naibrd_RLY_GetGroupSize ( uint32_t modId)

Returns the number of channels in each group for the specified RLY Module ID.

Parameters
modId: (Input) RLY Module ID.
Returns
  • Number of channels in each group for the Module ID.