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

Functions

NAIBRDFUNC int32_t NAIAPI naibrd_DT_GetChannelCount (uint32_t modId)
 Returns the number of channels for the specified Discrete Module ID.
 
NAIBRDFUNC int32_t NAIAPI naibrd_DT_GetGroupCount (uint32_t modId)
 Returns the number of channel groups for the specified Discrete Module ID.
 
NAIBRDFUNC int32_t NAIAPI naibrd_DT_GetGroupSize (uint32_t modId)
 Returns the number of channel in each group for the specified Discrete Module ID.
 
NAIBRDFUNC int32_t NAIAPI naibrd_DT_GetVCCBankCount (uint32_t modId)
 Returns the number of VCC channel banks for the specified Discrete Module ID.
 
NAIBRDFUNC int32_t NAIAPI naibrd_DT_GetVCCBankSize (uint32_t modId)
 Returns the number of channels in each VCC bank for the specified Discrete Module ID.
 
NAIBRDFUNC float64_t NAIAPI naibrd_DT_GetTimebaseLSB (uint32_t modId)
 Returns the LSB for the timer interval for Measurement, PWM and Pattern Generator clocks for the specified DT Module ID.
 

Detailed Description

Function Documentation

◆ naibrd_DT_GetChannelCount()

NAIBRDFUNC int32_t NAIAPI naibrd_DT_GetChannelCount ( uint32_t modId)

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

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

◆ naibrd_DT_GetGroupCount()

NAIBRDFUNC int32_t NAIAPI naibrd_DT_GetGroupCount ( uint32_t modId)

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

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

◆ naibrd_DT_GetGroupSize()

NAIBRDFUNC int32_t NAIAPI naibrd_DT_GetGroupSize ( uint32_t modId)

Returns the number of channel in each group for the specified Discrete Module ID.

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

◆ naibrd_DT_GetTimebaseLSB()

NAIBRDFUNC float64_t NAIAPI naibrd_DT_GetTimebaseLSB ( uint32_t modId)

Returns the LSB for the timer interval for Measurement, PWM and Pattern Generator clocks for the specified DT Module ID.

Parameters
modId: (Input) DT Module ID
Returns
  • LSB for the module clock interval.

◆ naibrd_DT_GetVCCBankCount()

NAIBRDFUNC int32_t NAIAPI naibrd_DT_GetVCCBankCount ( uint32_t modId)

Returns the number of VCC channel banks for the specified Discrete Module ID.

Parameters
modId: (Input) Discrete Module ID
Returns
  • Number of VCC channel banks for the Module ID.

◆ naibrd_DT_GetVCCBankSize()

NAIBRDFUNC int32_t NAIAPI naibrd_DT_GetVCCBankSize ( uint32_t modId)

Returns the number of channels in each VCC bank for the specified Discrete Module ID.

Parameters
modId: (Input) DT Module ID
Returns
  • Number of channels in each VCC banks for the Module ID.