![]() |
TopCon API
1.1.0
.Net API to control TopCon devices
|
This class contains key data of the solar panel (Uoc (open circuit voltage) and Isc (shortcut current) More...
Public Member Functions | |
void | SetOpenCircuitVoltage (Double openCircuitVoltage) |
This is the standard setter to set the open circuit voltage of this panel. More... | |
Double | GetOpenCircuitVoltage () |
(standard getter) This method returns the Voc value of the Panel Data. More... | |
void | SetShortCircuitCurrent (Double shortCircuitCurrent) |
This is the standard setter to set the short circuit current of this panel. More... | |
Double | GetShortCircuitCurrent () |
This method returns the short circuit current value of the Panel Data. More... | |
string | GetLastError () |
Get the last exception message. More... | |
This class contains key data of the solar panel (Uoc (open circuit voltage) and Isc (shortcut current)
string CH.Regatron.HPPS.SolarArraySimulation.PanelData.GetLastError | ( | ) |
Double CH.Regatron.HPPS.SolarArraySimulation.PanelData.GetOpenCircuitVoltage | ( | ) |
(standard getter) This method returns the Voc value of the Panel Data.
Double CH.Regatron.HPPS.SolarArraySimulation.PanelData.GetShortCircuitCurrent | ( | ) |
This method returns the short circuit current value of the Panel Data.
void CH.Regatron.HPPS.SolarArraySimulation.PanelData.SetOpenCircuitVoltage | ( | Double | openCircuitVoltage | ) |
This is the standard setter to set the open circuit voltage of this panel.
openCircuitVoltage | Open circuit voltage [V] |
void CH.Regatron.HPPS.SolarArraySimulation.PanelData.SetShortCircuitCurrent | ( | Double | shortCircuitCurrent | ) |
This is the standard setter to set the short circuit current of this panel.
shortCircuitCurrent | short circuit current [A]. |