![]() |
TopCon API
1.1.0
.Net API to control TopCon devices
|
Public Member Functions | |
DC_ScopeChannel (String newShortDescription, UInt32 newAddress, String newLongDescription) | |
This is the standard constructor of a ScopeChannel Definition. The ScopeChannel objects are used to define what the DataCollector should record. Typical items are actual values of current and voltage, reference voltage and current, irradiance, module temperature, ... More... | |
UInt32 | GetAddress () |
This method returns the address of this channel. More... | |
String | GetShortDescription () |
This method returns the short description of this channel definition. This short description is used as identifier. More... | |
String | GetLongDescription () |
This method returns a longer descriptions of this channel definition. More... | |
string | GetLastError () |
Get the last exception message. More... | |
CH.Regatron.HPPS.SolarArraySimulation.DC_ScopeChannel.DC_ScopeChannel | ( | String | newShortDescription, |
UInt32 | newAddress, | ||
String | newLongDescription | ||
) |
This is the standard constructor of a ScopeChannel Definition. The ScopeChannel objects are used to define what the DataCollector should record. Typical items are actual values of current and voltage, reference voltage and current, irradiance, module temperature, ...
newShortDescription | A string (short identifier) that describes and identifies this channel definition. Examples might be: Uout, Iref, ... |
newAddress | The address of this data in the TopCon device. |
newLongDescription | A longer string, describing the content of this DataCollector channel. |
UInt32 CH.Regatron.HPPS.SolarArraySimulation.DC_ScopeChannel.GetAddress | ( | ) |
This method returns the address of this channel.
string CH.Regatron.HPPS.SolarArraySimulation.DC_ScopeChannel.GetLastError | ( | ) |
Get the last exception message.
String CH.Regatron.HPPS.SolarArraySimulation.DC_ScopeChannel.GetLongDescription | ( | ) |
This method returns a longer descriptions of this channel definition.
String CH.Regatron.HPPS.SolarArraySimulation.DC_ScopeChannel.GetShortDescription | ( | ) |
This method returns the short description of this channel definition. This short description is used as identifier.