Show
Ignore:
Timestamp:
10/10/2007 03:17:26 PM (15 months ago)
Author:
otter
Message:

Fixed minor unit errors reported by Sven Erik
(mostly related to s-parameterization of ideal electrical
switches and friction elements)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Modelica/branches/maintenance/2.2.2/Modelica/Blocks/Sources.mo

    r653 r660  
    211211</html>")); 
    212212      block Clock "Generate actual time signal "  
    213         parameter Real offset=0 "Offset of output signal"; 
    214         parameter SIunits.Time startTime=0  
     213        parameter Modelica.SIunits.Time offset=0 "Offset of output signal"; 
     214        parameter Modelica.SIunits.Time startTime=0  
    215215      "Output = offset for time < startTime"; 
    216216        extends Interfaces.SO; 
     
    598598      block Ramp "Generate ramp signal"  
    599599        parameter Real height=1 "Height of ramps"; 
    600         parameter Real duration(min=Modelica.Constants.small) = 2  
     600        parameter Modelica.SIunits.Time duration(min=Modelica.Constants.small) = 2  
    601601      "Durations of ramp"; 
    602602        parameter Real offset=0 "Offset of output signal"; 
    603         parameter SIunits.Time startTime=0  
     603        parameter Modelica.SIunits.Time startTime=0  
    604604      "Output = offset for time < startTime"; 
    605605        extends Interfaces.SO;