Package Modelica.​Clocked.​Types
Library of types with choices, especially to build menus

Information

This package contains type definitions utilized in blocks of the Modelica.Clocked package.

Extends from Modelica.​Icons.​TypesPackage (Icon for packages containing type definitions).

Package Contents

NameDescription
ResolutionEnumeration defining the resolution of a clocked signal
SolverMethodString defining the integration method to solve differential equations in a clocked discretized continuous-time partition

Type Modelica.​Clocked.​Types.​SolverMethod
String defining the integration method to solve differential equations in a clocked discretized continuous-time partition

Information

Type SolverMethod is a String type with menu choices to select the integration method to solve differential equations in a clocked discretized continuous-time partition. The choices are tool dependent. For details, see chapter 16.8.2 "Solver Method" in the Modelica Language Specification (version ≥ 3.3).

Extends from ModelicaServices.​Types.​SolverMethod (String defining the integration method to solve differential equations in a clocked discretized continuous-time partition).

Attributes

NameValue
start""

Enumeration Modelica.​Clocked.​Types.​Resolution
Enumeration defining the resolution of a clocked signal

Information

Enumeration defining the resolution of a clock signal, especially of the clock signal generated by block PeriodicExactClock. The following values are possible:
 

Types.Resolution.Meaning
y year (= 365*24*60*60 seconds)
d day (= 24*60*60 seconds)
h hour (= 60*60 seconds)
m minute (= 60 seconds)
s seconds
ms milli seconds (= 1/1000 seconds)
us micro seconds (= 1/(1000*1000) seconds)
ns nano seconds (= 1/(1000*1000*1000) seconds)

Literals

NameDescription
yy (year)
dd (day)
hh (hour)
mmin (minutes)
ss (seconds)
msms (milli seconds)
usus (micro seconds)
nsns (nano seconds)