clarified description of monoflop

This commit is contained in:
hneemann 2018-03-04 12:19:48 +01:00
parent d1cbd23d2e
commit c9113b3c3d
2 changed files with 3 additions and 1 deletions

View File

@ -402,6 +402,7 @@
<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.
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 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

View File

@ -408,7 +408,8 @@
<string name="elem_Monoflop_short">Mono</string>
<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.
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 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>