Open Moop204 opened 3 years ago
Are you asking to find a Reset
based on order? So you are asking for the Reset
with order 30
in a component?
I would like to find Reset
using any key available to the Reset class. I am under the impression a component was able to have multiple Reset
s with the same order value as long as the variable
was different so you cannot purely rely on order().
Is there an easier method of finding a specific unnamed element like Reset in a model than iterating through all resets? Named elements have .name() to get a key to search with but indexed elements don't have an equivalent .index().