IndustrialControlSystems.Logical.Comparisons.RealType

Real numbers comparisons

Information

Extends from Modelica.Icons.Package (Icon for standard packages).

Package Content

NameDescription
IndustrialControlSystems.Logical.Comparisons.RealType.Equal Equal Equal (==)
IndustrialControlSystems.Logical.Comparisons.RealType.NotEqual NotEqual not equal (!=)
IndustrialControlSystems.Logical.Comparisons.RealType.Great Great Greather (>)
IndustrialControlSystems.Logical.Comparisons.RealType.GreatEq GreatEq Greather or equal (>=)
IndustrialControlSystems.Logical.Comparisons.RealType.Less Less Less (<)
IndustrialControlSystems.Logical.Comparisons.RealType.LessEq LessEq Less or equal (<=)
IndustrialControlSystems.Logical.Comparisons.RealType.Interfaces Interfaces Interfaces

IndustrialControlSystems.Logical.Comparisons.RealType.Equal IndustrialControlSystems.Logical.Comparisons.RealType.Equal

Equal (==)

Information

  

Description

Model of a comparison for Real numbers.
The output y is true if the inputs u1 and u2 are equal.

Depending on the value of the sampling time (Ts), the model has two different behaviours:

Extends from Interfaces.RealComparison (Partial interface for Real comparisons).

Parameters

NameDescription
Tssampling time
epstolerance for the comparison

Connectors

NameDescription
u1input
u2input
youtput

IndustrialControlSystems.Logical.Comparisons.RealType.NotEqual IndustrialControlSystems.Logical.Comparisons.RealType.NotEqual

not equal (!=)

Information

  

Description

Model of a comparison for Real numbers.
The output y is true if the inputs u1 and u2 differ.

Depending on the value of the sampling time (Ts), the model has two different behaviours:

Extends from Interfaces.RealComparison (Partial interface for Real comparisons).

Parameters

NameDescription
Tssampling time
epstolerance for the comparison

Connectors

NameDescription
u1input
u2input
youtput

IndustrialControlSystems.Logical.Comparisons.RealType.Great IndustrialControlSystems.Logical.Comparisons.RealType.Great

Greather (>)

Information

  

Description

Model of a comparison for Real numbers.
The output y is true if the inputs u1 is higher than u2.

Depending on the value of the sampling time (Ts), the model has two different behaviours:

Extends from Interfaces.RealComparison (Partial interface for Real comparisons).

Parameters

NameDescription
Tssampling time
epstolerance for the comparison

Connectors

NameDescription
u1input
u2input
youtput

IndustrialControlSystems.Logical.Comparisons.RealType.GreatEq IndustrialControlSystems.Logical.Comparisons.RealType.GreatEq

Greather or equal (>=)

Information

  

Description

Model of a comparison for Real numbers.
The output y is true if the inputs u1 is higher or equal than u2.

Depending on the value of the sampling time (Ts), the model has two different behaviours:

Extends from Interfaces.RealComparison (Partial interface for Real comparisons).

Parameters

NameDescription
Tssampling time
epstolerance for the comparison

Connectors

NameDescription
u1input
u2input
youtput

IndustrialControlSystems.Logical.Comparisons.RealType.Less IndustrialControlSystems.Logical.Comparisons.RealType.Less

Less (<)

Information

  

Description

Model of a comparison for Real numbers.
The output y is true if the inputs u1 is less than u2.

Depending on the value of the sampling time (Ts), the model has two different behaviours:

Extends from Interfaces.RealComparison (Partial interface for Real comparisons).

Parameters

NameDescription
Tssampling time
epstolerance for the comparison

Connectors

NameDescription
u1input
u2input
youtput

IndustrialControlSystems.Logical.Comparisons.RealType.LessEq IndustrialControlSystems.Logical.Comparisons.RealType.LessEq

Less or equal (<=)

Information

  

Description

Model of comparison for Real numbers.
The output y is true if the inputs u1 is less or equal than u2.

Depending on the value of the sampling time (Ts), the model has two different behaviours:

Extends from Interfaces.RealComparison (Partial interface for Real comparisons).

Parameters

NameDescription
Tssampling time
epstolerance for the comparison

Connectors

NameDescription
u1input
u2input
youtput

Automatically generated Mon May 21 13:34:13 2012.