Modelica_StateGraph2.Blocks.Interfaces

Public interface definitions (shall be included in Modelica Standard Library)

Package Content

NameDescription
Modelica_StateGraph2.Blocks.Interfaces.BooleanVectorInput BooleanVectorInput Vector of Boolean inputs
Modelica_StateGraph2.Blocks.Interfaces.IntegerVectorInput IntegerVectorInput Vector of Integer inputs
Modelica_StateGraph2.Blocks.Interfaces.RealVectorInput RealVectorInput Vector of Real inputs
Modelica_StateGraph2.Blocks.Interfaces.PartialBooleanSISO PartialBooleanSISO Partial block with a BooleanInput and a BooleanOutput signal
Modelica_StateGraph2.Blocks.Interfaces.PartialIntegerSISO PartialIntegerSISO Partial block with a IntegerInput and an IntegerOutput signal
Modelica_StateGraph2.Blocks.Interfaces.PartialRealSISO PartialRealSISO Partial block with a RealInput and an RealOutput signal
Modelica_StateGraph2.Blocks.Interfaces.PartialBooleanMISO PartialBooleanMISO Partial block with a BooleanVectorInput and a BooleanOutput signal
Modelica_StateGraph2.Blocks.Interfaces.PartialIntegerMISO PartialIntegerMISO Partial block with an IntegerVectorInput and an IntegerOutput signal
Modelica_StateGraph2.Blocks.Interfaces.PartialRealMISO PartialRealMISO Partial block with a RealVectorInput and a RealOutput signal
Modelica_StateGraph2.Blocks.Interfaces.PartialTriggeredSet PartialTriggeredSet Partial block to evaluate expression that is associated with the first input trigger signal (optionally with guard)
Modelica_StateGraph2.Blocks.Interfaces.ActiveSetIntegerRecord ActiveSetIntegerRecord Record to define a "active, integer" pair, to associate an integer with an active flag

Modelica_StateGraph2.Blocks.Interfaces.BooleanVectorInput Modelica_StateGraph2.Blocks.Interfaces.BooleanVectorInput

Vector of Boolean inputs

Information


Connector with one input signal of type Boolean.

Extends from Boolean.

Modelica_StateGraph2.Blocks.Interfaces.IntegerVectorInput Modelica_StateGraph2.Blocks.Interfaces.IntegerVectorInput

Vector of Integer inputs

Information


Connector with one input signal of type Boolean.

Extends from Integer.

Modelica_StateGraph2.Blocks.Interfaces.RealVectorInput Modelica_StateGraph2.Blocks.Interfaces.RealVectorInput

Vector of Real inputs

Information


Connector with one input signal of type Boolean.

Extends from Real.

Modelica_StateGraph2.Blocks.Interfaces.PartialBooleanSISO Modelica_StateGraph2.Blocks.Interfaces.PartialBooleanSISO

Partial block with a BooleanInput and a BooleanOutput signal

Connectors

NameDescription
y 
u 

Modelica_StateGraph2.Blocks.Interfaces.PartialIntegerSISO Modelica_StateGraph2.Blocks.Interfaces.PartialIntegerSISO

Partial block with a IntegerInput and an IntegerOutput signal

Connectors

NameDescription
y 
u 

Modelica_StateGraph2.Blocks.Interfaces.PartialRealSISO Modelica_StateGraph2.Blocks.Interfaces.PartialRealSISO

Partial block with a RealInput and an RealOutput signal

Connectors

NameDescription
y 
u 

Modelica_StateGraph2.Blocks.Interfaces.PartialBooleanMISO Modelica_StateGraph2.Blocks.Interfaces.PartialBooleanMISO

Partial block with a BooleanVectorInput and a BooleanOutput signal

Connectors

NameDescription
u[nu] 
y 

Modelica_StateGraph2.Blocks.Interfaces.PartialIntegerMISO Modelica_StateGraph2.Blocks.Interfaces.PartialIntegerMISO

Partial block with an IntegerVectorInput and an IntegerOutput signal

Connectors

NameDescription
u[nu] 
y 

Modelica_StateGraph2.Blocks.Interfaces.PartialRealMISO Modelica_StateGraph2.Blocks.Interfaces.PartialRealMISO

Partial block with a RealVectorInput and a RealOutput signal

Parameters

NameDescription
Advanced
precisionNumber of significant digits to be shown in dynamic diagram layer for y

Connectors

NameDescription
u[nu] 
y 

Modelica_StateGraph2.Blocks.Interfaces.PartialTriggeredSet Modelica_StateGraph2.Blocks.Interfaces.PartialTriggeredSet

Partial block to evaluate expression that is associated with the first input trigger signal (optionally with guard)

Information



Parameters

NameDescription
Select exactly one check box
rising=true, if rising input triggers evaluation
changing=true, if changing input triggers evaluation
falling=true, if falling input triggers evaluation
active=true, if active input at sample times triggers evaluation
Other options
use_guard= true, if guard enabled
guardy not changing, if guard=false (time varying)
samplePeriodSample period if active=true (only temporarily) [s]

Modelica_StateGraph2.Blocks.Interfaces.ActiveSetIntegerRecord Modelica_StateGraph2.Blocks.Interfaces.ActiveSetIntegerRecord

Record to define a "active, integer" pair, to associate an integer with an active flag

Information

Extends from Modelica.Icons.Record (Icon for records).

Parameters

NameDescription
activeActive flag
expry = if active then expr else y_default (time varying)

Automatically generated Tue Oct 01 16:04:22 2013.