Changes in mso/eml/controllers/multiply.mso [1:53]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/eml/controllers/multiply.mso
r1 r53 1 1 #*---------------------------------------------------------------------- 2 * Model Lead Lag2 * Model Multiply 3 3 *----------------------------------------------------------------------- 4 4 * - Inputs … … 20 20 Model Multiply 21 21 22 PARAMETERS23 24 22 VARIABLES 25 23 input1 as Real (Brief="input signal 1"); … … 31 29 "Calculate output" 32 30 output=input1*input2; 33 34 INITIAL35 36 31 37 32 end
Note: See TracChangeset
for help on using the changeset viewer.