TopCon API  1.1.0
.Net API to control TopCon devices
CH.Regatron.HPPS.EnergyStorage.BatSimulation Namespace Reference

Classes

class  ActualBatteryValues
 Actual battery values. More...
 
class  BatterySimulation
 Central class for Battery simulation. You cannot create an object for this type over new command. To obtain that object call the function: GetBatterySimulationObject() from topCon object. Example: var batSimulation = myTopCon.GetBatterySimulationObject(); If the TC device is disconnected or the option BatSim is not installed into the TC device, you get a null object. More...
 
class  BatterySimulationStateException
 This exception is thrown by calling not allowed operations for an state. Example: Current state is Started and the ResumeSimulation() function is called! More...