- Timestamp:
- 10/10/2007 03:17:26 PM (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Modelica/branches/maintenance/2.2.2/Modelica/Blocks/Sources.mo
r653 r660 211 211 </html>")); 212 212 block Clock "Generate actual time signal " 213 parameter Realoffset=0 "Offset of output signal";214 parameter SIunits.Time startTime=0213 parameter Modelica.SIunits.Time offset=0 "Offset of output signal"; 214 parameter Modelica.SIunits.Time startTime=0 215 215 "Output = offset for time < startTime"; 216 216 extends Interfaces.SO; … … 598 598 block Ramp "Generate ramp signal" 599 599 parameter Real height=1 "Height of ramps"; 600 parameter Realduration(min=Modelica.Constants.small) = 2600 parameter Modelica.SIunits.Time duration(min=Modelica.Constants.small) = 2 601 601 "Durations of ramp"; 602 602 parameter Real offset=0 "Offset of output signal"; 603 parameter SIunits.Time startTime=0603 parameter Modelica.SIunits.Time startTime=0 604 604 "Output = offset for time < startTime"; 605 605 extends Interfaces.SO;
