- Timestamp:
- 01/29/08 11:33:45 (9 months ago)
- Files:
-
- 1 modified
-
trunk/Modelica/Blocks/Discrete.mo (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modelica/Blocks/Discrete.mo
r998 r1017 233 233 parameter Real a[:] "Denominator coefficients of transfer function."; 234 234 extends Interfaces.DiscreteSISO; 235 output Real x[size(a, 1) - 1]( start=zeros(size(a, 1) - 1), fixed=fill(true,size(a, 1) - 1))235 output Real x[size(a, 1) - 1](each start=0, each fixed=true) 236 236 "State of transfer function from controller canonical form"; 237 237 protected
