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

More...

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

Detailed Description

Constructor & Destructor Documentation

◆ DC_ScopeChannel()

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

Parameters
newShortDescriptionA string (short identifier) that describes and identifies this channel definition. Examples might be: Uout, Iref, ...
newAddressThe address of this data in the TopCon device.
newLongDescriptionA longer string, describing the content of this DataCollector channel.

Member Function Documentation

◆ GetAddress()

UInt32 CH.Regatron.HPPS.SolarArraySimulation.DC_ScopeChannel.GetAddress ( )

This method returns the address of this channel.

Returns
Value of the address of this channel.

◆ GetLastError()

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

Get the last exception message.

Returns

◆ GetLongDescription()

String CH.Regatron.HPPS.SolarArraySimulation.DC_ScopeChannel.GetLongDescription ( )

This method returns a longer descriptions of this channel definition.

Returns
Text explanation of this channel.

◆ GetShortDescription()

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.

Returns
Identifier and explanation of this channel.