WOLFRAM SYSTEM MODELER
RSFlipFlopA basic RS Flip Flop |
SystemModel["Modelica.Blocks.Logical.RSFlipFlop"]
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
.
Qini |
Value: false Type: Boolean Description: Start value of Q at initial time |
---|
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 |
Modelica.Blocks.Examples Demonstrates the usage of blocks from Modelica.Blocks.MathBoolean |
Modelica.Clocked.ClockSignals.Clocks.Logical Logical clock combining arbitrary many input clock signals according to a replaceable logical combinator |