Minor improvement of the documentation. See #282

This commit is contained in:
hneemann 2019-07-13 19:51:25 +02:00
parent 38611ea0aa
commit 51a25657ea
2 changed files with 7 additions and 7 deletions

View File

@ -96,9 +96,9 @@
<par> <par>
Um die Schaltung weiter bearbeiten zu können, muss die Simulation zunächst gestoppt werden. Um die Schaltung weiter bearbeiten zu können, muss die Simulation zunächst gestoppt werden.
Dies geschieht am einfachsten mit dem Stopp-Knopf in der ToolBar. Dies geschieht am einfachsten mit dem Stopp-Knopf in der ToolBar.
Durch Klicken mit der rechten Maustaste auf eine Komponente öffnet sich ein Dialog, welcher die Durch Klicken mit der rechten Maustaste auf eine Komponente (Control-Click unter MacOS) öffnet sich
Eigenschaften dieser Komponente anzeigt. Für den ersten Eingang kann über diesen Dialog die ein Dialog, welcher die Eigenschaften dieser Komponente anzeigt. Für den ersten Eingang kann über
Bezeichnung 'A' festgelegt werden. diesen Dialog die Bezeichnung 'A' festgelegt werden.
</par> </par>
<par><image src="scr11.png"/></par> <par><image src="scr11.png"/></par>
<par> <par>

View File

@ -90,13 +90,13 @@
<par><image src="scr10.png"/></par> <par><image src="scr10.png"/></par>
<par> <par>
To further process the circuit, the simulation must first be stopped. The easiest way to do this is To further process the circuit, the simulation must first be stopped. The easiest way to do this is
with the Stop button in the tool bar. Clicking on a component with the right mouse button opens a with the Stop button in the tool bar. Clicking on a component with the right mouse button
dialog which displays the component's properties. The label 'A' can be defined for the first (control-click on MacOS) opens a dialog which shows the component's properties. The label 'A' can
input via this dialog. be defined for the first input via this dialog.
</par> </par>
<par><image src="scr11.png"/></par> <par><image src="scr11.png"/></par>
<par> <par>
In this way, the labels for the remaining inputs and outputs can be configured. The menu item In this way, the labels for the remaining inputs and outputs can be defined. The menu item
<e>Analysis</e> also contains a menu item <e>Analysis</e>. This function performs an analysis of <e>Analysis</e> also contains a menu item <e>Analysis</e>. This function performs an analysis of
the current circuit. However, this is only possible if all inputs and outputs are labeled properly. the current circuit. However, this is only possible if all inputs and outputs are labeled properly.
</par> </par>