Changeset 176 for branches/newlanguage/eml/controllers/lag_1.mso
- Timestamp:
- Mar 4, 2007, 1:56:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/eml/controllers/lag_1.mso
r74 r176 34 34 PARAMETERS 35 35 gain as positive (Brief="model gain"); 36 tau as positive (Brief="model time constant", Unit= "s");36 tau as positive (Brief="model time constant", Unit='s'); 37 37 38 38 VARIABLES … … 46 46 47 47 INITIAL 48 diff(output)=0 *"1/s";48 diff(output)=0/'s'; 49 49 50 50 end
Note: See TracChangeset
for help on using the changeset viewer.