View commands affect what is displayed while the simulation is running.
Controls the formatting and precision of time values.
- [no]fixed : fixed-point
- [no]sci : scientific-notation
- INT : precision
Adds nodes to a watch-list of nodes to display when their values change, much like breakpt, but doesn't interrupt simulation.
Display every node value change (regardless of present in watch-list). nowatchall restores the state where only explicitly watched nodes are displayed on value changes.
cause displays causal information of nodes as they change value. nocause hides cause information, but silently keeps track.
tcounts displays transition counts on nodes as they change value. notcounts hides transition count information. Only transitions to 0 or 1 are counted; transitions to X are not counted. Transitions are always counted, just not always displayed.