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 |
Full Usage:
Empty
|
|
Full Usage:
Ended
|
|
Full Usage:
Loading
|
|
Full Usage:
NoProject
|
|
Full Usage:
NonSequential
|
|
|
|
Full Usage:
Success
|
Instance members
| Instance member | Description |
Full Usage:
this.IsEmpty
Returns: bool
|
|
Full Usage:
this.IsEnded
Returns: bool
|
|
Full Usage:
this.IsLoading
Returns: bool
|
|
Full Usage:
this.IsNoProject
Returns: bool
|
|
Full Usage:
this.IsNonSequential
Returns: bool
|
|
Full Usage:
this.IsSimError
Returns: bool
|
|
Full Usage:
this.IsSuccess
Returns: bool
|
|