2.1. Thyme viewer
The Thyme viewer is initially created in the iconic state and looks like five basic circuit elements connected together. Once opened, it will show three regions under the white on black caption bar, as described below.
2.1.1. The menus
There are initially five menus shown in this region, namely, Stop, Dump Run, New and TypeScriptMenus. The last menu, TypeScriptMenus, may create (or destroy) six more menus beneath these five menus. The six additional menus deal with the typescript. They are: Save, Reset, Find, Word, Def, and FindError.
2.1.1.1. The
Stop menu
The Stop menu will abort the simulation without saving anything. Since this is somewhat destructive, the button is "guarded" by a short line segment, indicating that this button needs confirmation to take effect. If you want to stop the simulation, you should first click at it so that the little guard disappears; if you click at it again while the guard has not reappeared, this will serve as a confirmation to stop it.
2.1.1.2. The
Dump menu
The Dump menu may abort the simulation but also save the calculation that has been done so far, to be used as the initial condition of some later simulations. (See ThymeManual for more details about the IC command.)
2.1.1.3. The
Run menu
The Run menu simply starts the simulation.
2.1.1.4. The
New menu
The New menu may create another instance of the Thyme viewer, which may be used to simulate another circuit concurrently -- or appear to do so.
2.1.1.5. The
TypeScriptMenus menu
The TypeScriptMenus menu is a toggle, which may create (or destroy) six menus beneath these five menus.
2.1.1.6. The
Save and
Reset menus
The Save and Reset menu buttons will save or reset the typescript viewer and its backing file, Thyme.log.
2.1.1.7. The
Find,
Word, and
Def menus
The Find, Word, and Def menu buttons are similar to the ones in a Tioga viewer, which may search texts, words, or definitions in three different "search directions" depending on which mouse button is clicked. Clicking with the shift key held down means that you don't care about the case of characters.
2.1.1.8. The
FindError menu
Similar to the above three searching buttons, the FindError button searches for error messages.
2.1.2. The middle region:
There are four text lines in this region. They have to do with the working directory, the input file, the output file, and the progress of simulation, respectively.
The first line shows your working directory.
The second line shows your input file name. You may specify your input file name here. It is assuming an extension of ".thy" and the highest version, so you may omit the extension and the version number if that's the case.
The extension may not be omitted when the version of the file is specified.
The third line shows your output file name(s) automatically once a simulation is started.
The last line indicates the progress of the simulation. There is always a cursor sized pattern in the blank region after the label Progress. The patterns are similiar to those employed by the Alto Thyme, except that, when Thyme is in idle state, an anchor is shown; and when Thyme is parsing the input file, an eyeball is shown.
If you want to see the detailed time/step information, let the
details button be turned on (white letters on black blackground). You may turn it on or off by clicking at the
details button.
In principle, the simulation should take less time when it's turned off, but the difference should be very little.
If you are not interested to see input statements echoed in the typescript when Thyme is reading the input, you can turn the EchoInput switch off (to black letters on white background).