WOLFRAM SYSTEM MODELER

RSFlipFlop

A basic RS Flip Flop

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Blocks.Logical.RSFlipFlop"]
Out[1]:=

Information

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

The output Q is set by the input S, is reset by the input R, and keeps its value in between. QI is the inverse of Q.

Parameters (1)

Qini

Value: false

Type: Boolean

Description: Start value of Q at initial time

Connectors (4)

Q

Type: BooleanOutput

Description: 'output Boolean' as connector

QI

Type: BooleanOutput

Description: 'output Boolean' as connector

S

Type: BooleanInput

Description: 'input Boolean' as connector

R

Type: BooleanInput

Description: 'input Boolean' as connector

Components (3)

nor

Type: Nor

Description: Logical 'nor': y = not (u1 or u2)

nor1

Type: Nor

Description: Logical 'nor': y = not (u1 or u2)

pre

Type: Pre

Description: Breaks algebraic loops by an infinitesimal small time delay (y = pre(u): event iteration continues until u = pre(u))

Used in Examples (1)

BooleanNetwork1

Modelica.Blocks.Examples

Demonstrates the usage of blocks from Modelica.Blocks.MathBoolean

Used in Components (1)

PartialLogicalClock

Modelica.Clocked.ClockSignals.Clocks.Logical

Logical clock combining arbitrary many input clock signals according to a replaceable logical combinator