Opened 7 years ago
#4513 new defect
expandable connector connects array-Variables
Reported by: | Volker Waurich | Owned by: | somebody |
---|---|---|---|
Priority: | normal | Milestone: | Future |
Component: | Frontend | Version: | |
Keywords: | Cc: | Adrian Pop, Per Östlund |
Description
Hi,
I would like to report, that having a connect statement for an expandable connector including an array-variable as connector variable causes an error during instantiation.
expandable connector Bus end Bus;
model testBus Bus bus; Real x; equation connect(x, bus.x[1]); x = 1; end testBus;
Note:
See TracTickets
for help on using tickets.