mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-18 17:34:43 -04:00
clarified description of monoflop
This commit is contained in:
parent
d1cbd23d2e
commit
c9113b3c3d
@ -402,6 +402,7 @@
|
|||||||
<string name="elem_Monoflop_tt">Ein Monoflop wird bei einer steigenden Flanke am Takteingang gesetzt.
|
<string name="elem_Monoflop_tt">Ein Monoflop wird bei einer steigenden Flanke am Takteingang gesetzt.
|
||||||
Nach einer einstellbaren Verzögerungszeit wird das Monoflop automatisch wieder gelöscht.
|
Nach einer einstellbaren Verzögerungszeit wird das Monoflop automatisch wieder gelöscht.
|
||||||
Das Monoflop ist retriggerbar. Es kann nur genutzt werden, wenn es genau ein Taktelement in der Schaltung gibt.
|
Das Monoflop ist retriggerbar. Es kann nur genutzt werden, wenn es genau ein Taktelement in der Schaltung gibt.
|
||||||
|
Dieses Taktelement wird dann für die Zeitbestimmung verwendet.
|
||||||
</string>
|
</string>
|
||||||
<string name="elem_Monoflop_pin_R">Reset Eingang. Eine Eins setzt das Monoflop auf Null zurück.</string>
|
<string name="elem_Monoflop_pin_R">Reset Eingang. Eine Eins setzt das Monoflop auf Null zurück.</string>
|
||||||
<string name="elem_Monoflop_pin_C">Eine steigende Flanke an diesem Eingang setzt das Monoflop. Der Ausgang Q wird auf
|
<string name="elem_Monoflop_pin_C">Eine steigende Flanke an diesem Eingang setzt das Monoflop. Der Ausgang Q wird auf
|
||||||
|
@ -408,7 +408,8 @@
|
|||||||
<string name="elem_Monoflop_short">Mono</string>
|
<string name="elem_Monoflop_short">Mono</string>
|
||||||
<string name="elem_Monoflop_tt">The monoflop is set at a rising edge at the clock input.
|
<string name="elem_Monoflop_tt">The monoflop is set at a rising edge at the clock input.
|
||||||
After a configurable delay time, the monoflop will be cleared automatically.
|
After a configurable delay time, the monoflop will be cleared automatically.
|
||||||
The monoflop is retriggerable. It can only be used if there is exactly one clock element in the circuit.
|
The monoflop is retriggerable. It can only be used if there is exactly one clock component present in the circuit.
|
||||||
|
This clock component is used as time base to measure the time delay.
|
||||||
</string>
|
</string>
|
||||||
<string name="elem_Monoflop_pin_R">Reset Input. A high value clears the monoflop.</string>
|
<string name="elem_Monoflop_pin_R">Reset Input. A high value clears the monoflop.</string>
|
||||||
<string name="elem_Monoflop_pin_C">The Clock input. A rising edge sets the monoflop.</string>
|
<string name="elem_Monoflop_pin_C">The Clock input. A rising edge sets the monoflop.</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user