nurhazx Posted April 19, 2024 Posted April 19, 2024 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()
Seeq Team Joe Reckamp Posted April 22, 2024 Seeq Team Posted April 22, 2024 Hi nurhazx, If you look at the example "Asset Trees 1 - Introduction.ipynb" in the SPy Documentation, you'll see this example of how to insert a current Seeq signal/condition into an asset tree:
nurhazx Posted July 12, 2024 Author Posted July 12, 2024 Hi Joe, how if I want to insert multiple signals in multiple children at once? I
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now