Changeset 1044 for trunk/Modelica/Blocks/Discrete.mo
- Timestamp:
- 02/13/08 22:17:27 (9 months ago)
- Files:
-
- 1 modified
-
trunk/Modelica/Blocks/Discrete.mo (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modelica/Blocks/Discrete.mo
r1017 r1044 89 89 output Real ySample(start=0, fixed=true); 90 90 annotation ( 91 Window( 92 x=0.3, 93 y=0.07, 94 width=0.63, 95 height=0.68), 91 96 92 Icon(coordinateSystem( 97 93 preserveAspectRatio=true, … … 126 122 Real c; 127 123 annotation ( 128 Window( 129 x=0.21, 130 y=0.08, 131 width=0.75, 132 height=0.76), 124 133 125 Icon(coordinateSystem( 134 126 preserveAspectRatio=true, … … 162 154 163 155 annotation ( 164 Window( 165 x=0.24, 166 y=0.09, 167 width=0.6, 168 height=0.6), 156 169 157 Documentation(info="<html> 170 158 <p> … … 241 229 Real xext[size(a, 1)]; 242 230 annotation ( 243 Window( 244 x=0.25, 245 y=0.08, 246 width=0.65, 247 height=0.69), 231 248 232 Documentation(info="<html> 249 233 <p>The <b>discrete transfer function</b> block defines the … … 348 332 349 333 annotation ( 350 Window( 351 x=0.25, 352 y=0.18, 353 width=0.6, 354 height=0.65), 334 355 335 Documentation(info="<html> 356 336 <p>
