Changeset 291
- Timestamp:
- Jun 21, 2007, 2:34:12 PM (16 years ago)
- Location:
- trunk/eml/controllers
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/controllers/Comparator.mso
r74 r291 12 12 * EMSO is distributed under the therms of the ALSOC LICENSE as 13 13 * available at http://www.enq.ufrgs.br/alsoc. 14 *15 *----------------------------------------------------------------------16 * Model Comparator17 *-----------------------------------------------------------------------18 * - Inputs19 * - Two different input signals20 *21 * - Outputs22 * - One output signal23 *24 *25 14 *----------------------------------------------------------------------- 26 15 * Author: Tiago Osório … … 32 21 Model comparator 33 22 23 ATTRIBUTES 24 Pallete = true; 25 Icon = "Comparator"; 26 Brief = "Model Comparator."; 27 Info = 28 " 29 - Inputs: 30 * Two different input signals. 31 32 - Outputs: 33 * One output signal 34 "; 35 34 36 VARIABLES 35 37 input1 as Real (Brief="input signal 1"); -
trunk/eml/controllers/lag_1.mso
r176 r291 12 12 * EMSO is distributed under the therms of the ALSOC LICENSE as 13 13 * available at http://www.enq.ufrgs.br/alsoc. 14 *15 *----------------------------------------------------------------------16 * Model Lag17 *-----------------------------------------------------------------------18 * - Inputs19 * - One input signal20 *21 * - Outputs22 * - One output signal23 *24 14 *----------------------------------------------------------------------- 25 15 * Author: Tiago Osório … … 32 22 Model Lag_1 33 23 24 ATTRIBUTES 25 Pallete = true; 26 Icon = "Lag_1"; 27 Brief = "Model Lag."; 28 Info = 29 " 30 - Inputs: 31 * One input signal. 32 33 - Outputs: 34 * One output signal. 35 "; 36 34 37 PARAMETERS 35 38 gain as positive (Brief="model gain"); -
trunk/eml/controllers/lead_lag.mso
r176 r291 12 12 * EMSO is distributed under the therms of the ALSOC LICENSE as 13 13 * available at http://www.enq.ufrgs.br/alsoc. 14 *15 *----------------------------------------------------------------------16 * Model Lead Lag17 *-----------------------------------------------------------------------18 * - Inputs19 * - a input signal20 *21 * - Outputs22 * - a output signal23 *24 *25 14 *----------------------------------------------------------------------- 26 15 * Author: Tiago Osório … … 33 22 Model Lead_lag 34 23 24 ATTRIBUTES 25 Pallete = true; 26 Icon = "Lead_lag"; 27 Brief = "Model Lead lag."; 28 Info = 29 " 30 - Inputs: 31 * One input signal. 32 33 - Outputs: 34 * One output signal. 35 "; 36 35 37 PARAMETERS 36 38 gain as positive (Brief="model gain"); -
trunk/eml/controllers/sum.mso
r74 r291 12 12 * EMSO is distributed under the therms of the ALSOC LICENSE as 13 13 * available at http://www.enq.ufrgs.br/alsoc. 14 *15 *----------------------------------------------------------------------16 * Model Sum17 *-----------------------------------------------------------------------18 * - Inputs19 * - Two input signals20 *21 * - Outputs22 * - a output signal23 *24 *25 14 *----------------------------------------------------------------------- 26 15 * Author: Tiago Osório … … 31 20 32 21 Model Sum 33 22 23 ATTRIBUTES 24 Pallete = true; 25 Icon = "Sum"; 26 Brief = "Model Sum."; 27 Info = 28 " 29 - Inputs: 30 * Two input signals. 31 32 - Outputs: 33 * One output signal. 34 "; 35 34 36 VARIABLES 35 37 input1 as Real (Brief="input signal 1");
Note: See TracChangeset
for help on using the changeset viewer.