WOLFRAM SYSTEM MODELER

RSFF

Unclocked RS FlipFlop

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Digital.Examples.Utilities.RSFF"]
Out[1]:=

Information

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

Basing on the RS component RSFF is a RS (set-reset) flipflop composed according to the schematic. Its parameter delayTime is the delay time of the RS component transport delay, q0 is the initial value of that delay.

Parameters (2)

delayTime

Value: 0.01

Type: Time (s)

Description: Delay time

q0

Value: L.'U'

Type: Logic

Description: Initial value

Connectors (5)

s

Type: DigitalInput

Description: Input DigitalSignal as connector

r

Type: DigitalInput

Description: Input DigitalSignal as connector

q

Type: DigitalOutput

Description: Output DigitalSignal as connector

qn

Type: DigitalOutput

Description: not Q

clk

Type: DigitalInput

Description: Input DigitalSignal as connector

Components (3)

RS1

Type: RS

Description: Unclocked RS FlipFlop

And1

Type: And

Description: And logic component with multiple input and one output

And2

Type: And

Description: And logic component with multiple input and one output

Used in Components (1)

DFF

Modelica.Electrical.Digital.Examples.Utilities

D FlipFlop