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

Functions

NAIBRDFUNC int32_t NAIAPI naibrd_RTD_GetChannelCount (uint32_t modid)
 Returns the number of channels for the specified RTD Module ID.
 
NAIBRDFUNC float64_t NAIAPI naibrd_RTD_GetMaxResistance (uint32_t modid)
 Returns the maximum resistance value in ohms for the specified RTD Module ID.
 

Detailed Description


Function Documentation

◆ naibrd_RTD_GetChannelCount()

NAIBRDFUNC int32_t NAIAPI naibrd_RTD_GetChannelCount ( uint32_t modid)

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

Parameters
modid: (Input) RTD Module ID.
Returns
  • Number of channels for the Module ID.

◆ naibrd_RTD_GetMaxResistance()

NAIBRDFUNC float64_t NAIAPI naibrd_RTD_GetMaxResistance ( uint32_t modid)

Returns the maximum resistance value in ohms for the specified RTD Module ID.

Parameters
modid: (Input) RTD Module ID.
Returns
  • Maximum resistance value in ohms for the Module ID.