TopCon API  1.1.0
.Net API to control TopCon devices
CH.Regatron.HPPS.SolarArraySimulation.PanelData Class Reference

This class contains key data of the solar panel (Uoc (open circuit voltage) and Isc (shortcut current) More...

Inheritance diagram for CH.Regatron.HPPS.SolarArraySimulation.PanelData:
Inheritance graph

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...
 

Detailed Description

This class contains key data of the solar panel (Uoc (open circuit voltage) and Isc (shortcut current)

Member Function Documentation

◆ GetLastError()

string CH.Regatron.HPPS.SolarArraySimulation.PanelData.GetLastError ( )

Get the last exception message.

Returns

Implements CH.Regatron.HPPS.IExceptionMessenger.

◆ GetOpenCircuitVoltage()

Double CH.Regatron.HPPS.SolarArraySimulation.PanelData.GetOpenCircuitVoltage ( )

(standard getter) This method returns the Voc value of the Panel Data.

Returns
The open circuit voltage (Uoc) of this panel in [V].

◆ GetShortCircuitCurrent()

Double CH.Regatron.HPPS.SolarArraySimulation.PanelData.GetShortCircuitCurrent ( )

This method returns the short circuit current value of the Panel Data.

Returns
The short circuit current (Isc) of this panel in [A].

◆ SetOpenCircuitVoltage()

void CH.Regatron.HPPS.SolarArraySimulation.PanelData.SetOpenCircuitVoltage ( Double  openCircuitVoltage)

This is the standard setter to set the open circuit voltage of this panel.

Parameters
openCircuitVoltageOpen circuit voltage [V]

◆ SetShortCircuitCurrent()

void CH.Regatron.HPPS.SolarArraySimulation.PanelData.SetShortCircuitCurrent ( Double  shortCircuitCurrent)

This is the standard setter to set the short circuit current of this panel.

Parameters
shortCircuitCurrentshort circuit current [A].