Header menu logo issie

WaveSimState Type

Determines whether the user is able to see the wave viewer pane. Changes value depending on the state of the circuit and whether the wave simulator has been run.

Union cases

Union case Description

Empty

Full Usage: Empty

If the Wave Sim has not been before

Ended

Full Usage: Ended

if waveSim has been explicitly ended

Loading

Full Usage: Loading

While waiting for the fast simulator to finish running

NoProject

Full Usage: NoProject

If no project is open

NonSequential

Full Usage: NonSequential

If there is no sequential (clocked) logic in the circuit

SimError SimulationError

Full Usage: SimError SimulationError

Parameters:

If there is an error in the circuit diagram

Item : SimulationError

Success

Full Usage: Success

If there are no errors in the circuit diagram

Instance members

Instance member Description

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool
Returns: bool

this.IsEnded

Full Usage: this.IsEnded

Returns: bool
Returns: bool

this.IsLoading

Full Usage: this.IsLoading

Returns: bool
Returns: bool

this.IsNoProject

Full Usage: this.IsNoProject

Returns: bool
Returns: bool

this.IsNonSequential

Full Usage: this.IsNonSequential

Returns: bool
Returns: bool

this.IsSimError

Full Usage: this.IsSimError

Returns: bool
Returns: bool

this.IsSuccess

Full Usage: this.IsSuccess

Returns: bool
Returns: bool

Type something to start searching.