WOLFRAM SYSTEM MODELER

EnableLogic

Partial model providing enable parameter and optional enable input

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.PowerConverters.Enable.EnableLogic"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

This model provides an internal enable signal derived either from a parameter or an optional signal input. For useConstantEnable = true the internal signal internalEnable is equal to the parameter constantEnable. For useConstantEnable = false the internal signal internalEnable is equal to the external signal input enable.

Parameters (3)

useConstantEnable

Value: true

Type: Boolean

Description: Disable boolean input and use constantEnable, if true

constantEnable

Value: true

Type: Boolean

Description: Constant enabling of firing signals

m

Value: 3

Type: Integer

Description: Number of phases

Connectors (2)

enable

Type: BooleanInput

Description: Enables fire and notFire

internalEnable

Type: BooleanOutput[m]

Description: m replicated enable signals

Components (2)

enableConstantSource

Type: BooleanConstant

Description: Constant enable signal of fire and notFire

booleanReplicator

Type: BooleanReplicator

Description: Boolean signal replicator

Used in Components (2)

Enable

Modelica.Electrical.PowerConverters.Interfaces.Enable

Partial model providing enable parameter and optional enable input

Enable1m

Modelica.Electrical.PowerConverters.Interfaces.Enable

Partial model providing enable parameter and optional enable input for m firing signals