![]() |
TopCon API
1.1.0
.Net API to control TopCon devices
|
This exception is thrown by calling not allowed operations for an state. Example: Current state is Started and the ResumeSimulation() function is called! More...
Inherits Exception, and ISerializable.
Public Member Functions | |
BatterySimulationStateException (string message, BatterySimulationState actualSimulationState, BatterySimulationState desiredSimulationState) | |
Construstor. More... | |
Properties | |
BatterySimulationState | ActualSimulationState [get] |
Actual simulation state. More... | |
BatterySimulationState | DesiredSimulationState [get] |
Target simulation state. More... | |
This exception is thrown by calling not allowed operations for an state. Example: Current state is Started and the ResumeSimulation() function is called!
CH.Regatron.HPPS.EnergyStorage.BatSimulation.BatterySimulationStateException.BatterySimulationStateException | ( | string | message, |
BatterySimulationState | actualSimulationState, | ||
BatterySimulationState | desiredSimulationState | ||
) |
Construstor.
message | Exception message |
actualSimulationState | Actual simulation state. |
desiredSimulationState | Target simulation state. |
|
get |
Actual simulation state.
|
get |
Target simulation state.