Add `include_all_children` parameter for `PhysicalNodeComponent`s exclusively
Closed this issue · 0 comments
ewuerger commented
In the context_diagram
for PhysicalComponent
s (nature==NODE
) we want to see all child component node PCs too, even if they don't have a connection to the component of interest. It can be achieved by just adding another flag: include_all_children
or display_exchangeless_children
and set this to True
for PhysicalComponent
s. Maybe there is a better name?