IndustrialControlSystems.Logical.Comparisons.IntegerType

Integer numbers comparisons

Information

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

Package Content

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

IndustrialControlSystems.Logical.Comparisons.IntegerType.Equal IndustrialControlSystems.Logical.Comparisons.IntegerType.Equal

Equal (==)

Information

  

Description

Model of a comparison for Integer 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.IntComparison (Partial interface for integer comparisons).

Parameters

NameDescription
Tssampling time

Connectors

NameDescription
u1input
u2input
youtput

IndustrialControlSystems.Logical.Comparisons.IntegerType.NotEqual IndustrialControlSystems.Logical.Comparisons.IntegerType.NotEqual

Not equal (!=)

Information

  

Description

Model of a comparison for Integer 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.IntComparison (Partial interface for integer comparisons).

Parameters

NameDescription
Tssampling time

Connectors

NameDescription
u1input
u2input
youtput

IndustrialControlSystems.Logical.Comparisons.IntegerType.Great IndustrialControlSystems.Logical.Comparisons.IntegerType.Great

Greather (>)

Information

  

Description

Model of a comparison for Integer 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.IntComparison (Partial interface for integer comparisons).

Parameters

NameDescription
Tssampling time

Connectors

NameDescription
u1input
u2input
youtput

IndustrialControlSystems.Logical.Comparisons.IntegerType.GreatEq IndustrialControlSystems.Logical.Comparisons.IntegerType.GreatEq

Greather or equal (>=)

Information

  

Description

Model of a comparison for Integer 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.IntComparison (Partial interface for integer comparisons).

Parameters

NameDescription
Tssampling time

Connectors

NameDescription
u1input
u2input
youtput

IndustrialControlSystems.Logical.Comparisons.IntegerType.Less IndustrialControlSystems.Logical.Comparisons.IntegerType.Less

Less (<)

Information

  

Description

Model of a comparison for Integer 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.IntComparison (Partial interface for integer comparisons).

Parameters

NameDescription
Tssampling time

Connectors

NameDescription
u1input
u2input
youtput

IndustrialControlSystems.Logical.Comparisons.IntegerType.LessEq IndustrialControlSystems.Logical.Comparisons.IntegerType.LessEq

Less or equal (<=)

Information

  

Description

Model of comparison for Integer 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.IntComparison (Partial interface for integer comparisons).

Parameters

NameDescription
Tssampling time

Connectors

NameDescription
u1input
u2input
youtput

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