Jump to content
  • 0

Can't find method to read TcType from Omega OMB-DAQ-TC-RACK using mcculw


rlp

Question

All the code examples I can find use attributes or functions that no longer exist in mcculw library.  I can read the channel temperatures but have not found a way to read the TcType's.  Can someone explain how this might be accomplished?

I have used InstaCal, but I have an application that gathers the  temperatures that I want to display the TcTypes. 

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

The following will return the TC type number:

tc_type = ul.get_config(InfoType.BOARDINFO, board_num, channel, BoardInfo.CHANTCTYPE);

print(tc_type)

type J = 1

type k = 2

type T = 3

type E = 4

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...