Changeset 291


Ignore:
Timestamp:
Jun 21, 2007, 2:34:12 PM (16 years ago)
Author:
gerson bicca
Message:

added documentation in controllers models

Location:
trunk/eml/controllers
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/eml/controllers/Comparator.mso

    r74 r291  
    1212* EMSO is distributed under the therms of the ALSOC LICENSE as
    1313* available at http://www.enq.ufrgs.br/alsoc.
    14 *
    15 *----------------------------------------------------------------------
    16 * Model Comparator
    17 *-----------------------------------------------------------------------
    18 * - Inputs
    19 *               - Two different input signals
    20 *
    21 * - Outputs
    22 *               - One output signal
    23 *
    24 *
    2514*-----------------------------------------------------------------------
    2615* Author: Tiago Osório
     
    3221Model comparator
    3322
     23ATTRIBUTES
     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       
    3436        VARIABLES
    3537        input1 as Real (Brief="input signal 1");
  • trunk/eml/controllers/lag_1.mso

    r176 r291  
    1212* EMSO is distributed under the therms of the ALSOC LICENSE as
    1313* available at http://www.enq.ufrgs.br/alsoc.
    14 *
    15 *----------------------------------------------------------------------
    16 * Model Lag
    17 *-----------------------------------------------------------------------
    18 * - Inputs
    19 *               - One input signal
    20 *
    21 * - Outputs
    22 *               - One output signal
    23 *
    2414*-----------------------------------------------------------------------
    2515* Author: Tiago Osório
     
    3222Model Lag_1
    3323
     24ATTRIBUTES
     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       
    3437        PARAMETERS
    3538        gain as positive (Brief="model gain");
  • trunk/eml/controllers/lead_lag.mso

    r176 r291  
    1212* EMSO is distributed under the therms of the ALSOC LICENSE as
    1313* available at http://www.enq.ufrgs.br/alsoc.
    14 *
    15 *----------------------------------------------------------------------
    16 * Model Lead Lag
    17 *-----------------------------------------------------------------------
    18 * - Inputs
    19 *               - a input signal
    20 *
    21 * - Outputs
    22 *               - a output signal
    23 *
    24 *
    2514*-----------------------------------------------------------------------
    2615* Author: Tiago Osório
     
    3322Model Lead_lag
    3423
     24ATTRIBUTES
     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       
    3537        PARAMETERS
    3638    gain  as positive (Brief="model gain");
  • trunk/eml/controllers/sum.mso

    r74 r291  
    1212* EMSO is distributed under the therms of the ALSOC LICENSE as
    1313* available at http://www.enq.ufrgs.br/alsoc.
    14 *
    15 *----------------------------------------------------------------------
    16 * Model Sum
    17 *-----------------------------------------------------------------------
    18 * - Inputs
    19 *               - Two input signals
    20 *
    21 * - Outputs
    22 *               - a output signal
    23 *
    24 *
    2514*-----------------------------------------------------------------------
    2615* Author: Tiago Osório
     
    3120 
    3221Model Sum
    33 
     22       
     23ATTRIBUTES
     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       
    3436        VARIABLES
    3537        input1  as Real  (Brief="input signal 1");
Note: See TracChangeset for help on using the changeset viewer.