Jump to content

Add signal to asset tree


nurhazx

Recommended Posts

Hi, how to add signal for each parameter from seeq to asset trees?

my_tree = spy.assets.Tree('My Tree', workbook='My Workbook') 

my_tree.insert(children=['Pump A', 'Pump B'],
               parent='My Tree')

my_tree.insert(children=['Flow', 'Pressure Suction', 'Pressure Deischarge', 'DP Strainer', 'Fluida Temperature'],
               parent=['Pump A', 'Pump B'])
my_tree.visualize()

image.png.79a0344018c36f31887d829f53b88455.png

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...