WOLFRAM SYSTEM MODELER

InvGate

InvGate with 1 input value, composed by Not and sensitive inertial delay

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Digital.Gates.InvGate"]
Out[1]:=

Information

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

The InvGate model has a single valued input, and a single valued output. It is composed by a Basic Not and an InertialDelaySensitive. Its parameters are the delay parameters (rise and fall inertial delay time, and initial value).

Parameters (3)

tLH

Value:

Type: Time (s)

Description: Rise inertial delay

tHL

Value:

Type: Time (s)

Description: Fall inertial delay

y0

Value: L.'U'

Type: Logic

Description: Initial value of output

Connectors (2)

x

Type: DigitalInput

Description: Connector of Digital input signal

y

Type: DigitalOutput

Description: Connector of Digital output signal

Components (2)

G1

Type: Not

Description: Not logic component without delay

G2

Type: InertialDelaySensitive

Description: Provide the input as output if it holds its value for a specific amount of time

Revisions

August 14, 2003
by Teresa Schlegel initially modelled.