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.
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.
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.)
The Run menu simply starts the simulation.
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.
The TypeScriptMenus menu is a toggle, which may create (or destroy) six menus beneath these five menus.
The Save and Reset menu buttons will save or reset the typescript viewer and its backing file, Thyme.log.
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.
Similar to the above three searching buttons, the FindError button searches for error messages.