| 53 | |
| 54 | In the above example streams from '''SUB01''' '''cannot''' be connected with streams of '''SUB02'''. |
| 55 | |
| 56 | Another example: |
| 57 | * You have a model for a tray of a distillation column, and need a parameter to be the same for all trays |
| 58 | * Then you declare such a parameter as '''outer''' on the tray model |
| 59 | * And declare the parameter on the distillation column (each '''outer''' tray parameter will point to the distillation column one) |
| 60 | * With the current '''ext''' implementation this is also possible, but the ''source'' parameter needs to be on the FlowSheet. In this case what about if you need two distillation columns on the same FlowSheet!? |