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

Actual battery values. More...

Public Types

enum  BatteryChargingState { BatteryChargingState.Idle = 0, BatteryChargingState.Discharge = 1, BatteryChargingState.Charge = 2 }
 Indicates whether the batter is being loaded or not More...
 

Public Member Functions

 ActualBatteryValues ()
 Indicates the actual state of the batterie. Actual current, voltage, charge count, state of charge, cutoff information and the charging state, More...
 

Properties

double ActualCurrent [get]
 Actual current (A) More...
 
double ChargeCount [get]
 Charge counter More...
 
double VoltageOutput [get]
 Battery voltage (V) More...
 
double StateOfCharge [get]
 Battery state of charge (%) More...
 
double MaximumCapacity [get]
 Battery maximum capacity More...
 
string CutoffInformation [get]
 If this field is not empty the lower or upper voltage is triged, the simulation is in Paused state. You can read the cut off information. More...
 
BatteryChargingState ChargingState [get]
 Indicates whether the batter is being loaded or not. More...
 

Detailed Description

Actual battery values.

Member Enumeration Documentation

◆ BatteryChargingState

Indicates whether the batter is being loaded or not

Enumerator
Idle 

The battery is resting.

Discharge 

Battery is discharging

Charge 

Battery is loading

Constructor & Destructor Documentation

◆ ActualBatteryValues()

CH.Regatron.HPPS.EnergyStorage.BatSimulation.ActualBatteryValues.ActualBatteryValues ( )

Indicates the actual state of the batterie. Actual current, voltage, charge count, state of charge, cutoff information and the charging state,

Property Documentation

◆ ActualCurrent

double CH.Regatron.HPPS.EnergyStorage.BatSimulation.ActualBatteryValues.ActualCurrent
get

Actual current (A)

◆ ChargeCount

double CH.Regatron.HPPS.EnergyStorage.BatSimulation.ActualBatteryValues.ChargeCount
get

Charge counter

◆ ChargingState

BatteryChargingState CH.Regatron.HPPS.EnergyStorage.BatSimulation.ActualBatteryValues.ChargingState
get

Indicates whether the batter is being loaded or not.

◆ CutoffInformation

string CH.Regatron.HPPS.EnergyStorage.BatSimulation.ActualBatteryValues.CutoffInformation
get

If this field is not empty the lower or upper voltage is triged, the simulation is in Paused state. You can read the cut off information.

◆ MaximumCapacity

double CH.Regatron.HPPS.EnergyStorage.BatSimulation.ActualBatteryValues.MaximumCapacity
get

Battery maximum capacity

◆ StateOfCharge

double CH.Regatron.HPPS.EnergyStorage.BatSimulation.ActualBatteryValues.StateOfCharge
get

Battery state of charge (%)

◆ VoltageOutput

double CH.Regatron.HPPS.EnergyStorage.BatSimulation.ActualBatteryValues.VoltageOutput
get

Battery voltage (V)