Library of constants, external objects and types with choices, especially to build menus
In this package types, constants and external objects are defined that are used in library Modelica.Blocks. The types have additional annotation choices definitions that define the menus to be built up in the graphical user interface when the type is used as parameter in a declaration.
Extends from Modelica.Icons.TypesPackage (Icon for packages containing type definitions).
Name | Description |
---|---|
Smoothness | Enumeration defining the smoothness of table interpolation |
Extrapolation | Enumeration defining the extrapolation of table interpolation |
TimeEvents | Enumeration defining the time event handling of time table interpolation |
Init | Enumeration defining initialization of a block |
SimpleController | Enumeration defining P, PI, PD, or PID simple controller type |
AnalogFilter | Enumeration defining the method of filtering |
FilterType | Enumeration of analog filter types (low, high, band pass or band stop filter) |
Regularization | Enumeration defining the regularization around zero |
LimiterHomotopy | Enumeration defining use of homotopy in limiter components |
VariableLimiterHomotopy | Enumeration defining use of homotopy in variable limiter components |
ExternalCombiTimeTable | External object of 1-dim. table where first column is time |
ExternalCombiTable1D | External object of 1-dim. table defined by matrix |
ExternalCombiTable2D | External object of 2-dim. table defined by matrix |
Enumeration defining the smoothness of table interpolation
Enumeration defining the extrapolation of table interpolation
Enumeration defining the time event handling of time table interpolation
Enumeration defining initialization of a block
The following initialization alternatives are available:
NoInit
fixed=false
)SteadyState
InitialState
InitialOutput
Enumeration defining P, PI, PD, or PID simple controller type
Enumeration defining the method of filtering
Enumeration of analog filter types (low, high, band pass or band stop filter)
Enumeration defining the regularization around zero
Enumeration defining use of homotopy in limiter components
Enumeration defining use of homotopy in variable limiter components
External object of 1-dim. table where first column is time
Extends from ExternalObject.
External object of 1-dim. table defined by matrix
Extends from ExternalObject.
External object of 2-dim. table defined by matrix
Extends from ExternalObject.
Automatically generated Thu Oct 1 16:07:35 2020.