get value from nested attribute by directly using element/attribute path #685
-
Hi everyone, is it possible to get asset framework values directly by using the path of the element and path like this? \servername\ASD AF\R&D\Pilot Plants\H12\H12\H1|Oil Feed|Flow Control|PV i could do it by explicitly doing this in code like this: ..but wouldn't it be neat if it could be done in one string? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
so for now i fixed it by splitting and looping. But there could be a more structured solution in the lib itself... maybe someone has a better idea? `def getpointaverageAF(AFtag, startdatetime, enddatetime):
|
Beta Was this translation helpful? Give feedback.
-
This is a nice addition that fits well with the way |
Beta Was this translation helpful? Give feedback.
-
This has been added in the latest development version as |
Beta Was this translation helpful? Give feedback.
This has been added in the latest development version as
PIAFDatabase.search(query: str|list[str])
. It will probably be released this week in version 0.10.5