Changes between Initial Version and Version 1 of Ticket #5813


Ignore:
Timestamp:
2020-01-31T11:12:14Z (5 years ago)
Author:
Francesco Casella
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5813 – Description

    initial v1  
    5151    parameter Temperature Tstart = 345;
    5252    Port port;
    53     TemperatureSource ts(Tstart = Tstart);
     53    PowerSource ps(Tstart = Tstart);
    5454  equation
    55     connect(ts.port, port);
     55    connect(ps.port, port);
    5656  end WrappedPowerSource; 
    5757