Constants Module
Functions and values
| Function or value | Description |
Full Usage:
bigDesignHeapShare
Returns: float
|
|
Full Usage:
circuitCheckDelayMs
Returns: int
|
How long after an edit the Simulation tab works out whether the design still builds. The check flattens the whole hierarchy, so this is what stops a burst of edits - drawing a run of wires, dragging out a selection - costing one flatten each. Long enough to cover the gap between two deliberate edits, short enough that the button follows the design rather than lagging behind it.
|
|
|
Full Usage:
maxSimulationSize
Returns: int
|
|
Full Usage:
maxStepsOverflow
Returns: int
|
|
Full Usage:
maxWarnSimulationSize
Returns: int
|
|
Full Usage:
minScrollingWindow
Returns: int
|
|
Full Usage:
multipliers
Returns: int list
|
|
Full Usage:
projectBrowserListHeight
Returns: string
|
|
Full Usage:
projectBrowserRefreshMs
Returns: int
|
How often the project browser re-reads the folder it is showing, so that a folder made or renamed outside Issie appears without being asked for. Listing a folder is one directory read plus one per subfolder in it - a millisecond or so for an ordinary folder, and 14ms for the worst one on a typical Windows machine - so this costs nothing worth measuring.
|
Full Usage:
scrollbarBkgRepCyclesInit
Returns: int
|
|
Full Usage:
shortStartClock
Returns: int
|
|
Full Usage:
startClockPerHeapShare
Returns: float
|
|
|
|
|
How many cycles a waveform simulation must hold beyond its last clock. Zooming out samples every Nth cycle, and reading the last sample can run a multiplier past LastClock - so the arrays carry a margin of one. It used to be the largest multiplier there is, whatever the simulation was: a 200-cycle simulation allocated 1203 cycles of arrays, six times what it could use. A multiplier bigger than LastClock samples nothing, so the margin is the largest that is not, and the one in use whatever that is - the zoom menu offers the current multiplier back even when the configuration has since shrunk under it.
|
Full Usage:
wsButtonFontSize
Returns: int
|
|
Full Usage:
wsButtonHeight
Returns: int
|
|
Full Usage:
wsButtonWidth
Returns: int
|
|