Ticket #5477: P.mo

File P.mo, 166 bytes (added by Francesco Casella, 7 years ago)
Line 
1package P
2 expandable connector bus
3 end bus;
4 model M
5 Modelica.Blocks.Continuous.FirstOrder fo;
6 equation
7 connect(fo.u, bus.u);
8 end M;
9end P;