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

This class implements the list of DataCollector channels that can be used in the DataCollector. More...

Inherits List< DC_ScopeChannel >.

Public Member Functions

 ChannelDefinitions ()
 Standard constructor for the DataCollector ChannelList More...
 
DC_ScopeChannel GetChannelWithName (String searchIdentifier)
 This method returns the ChannelDefinition if there exists one with the given name. More...
 
List< String > GetChannelIdentifiers ()
 This method returns channelDefinitions (identifier) that are possible to be used with the data collector. More...
 

Detailed Description

This class implements the list of DataCollector channels that can be used in the DataCollector.

Constructor & Destructor Documentation

◆ ChannelDefinitions()

CH.Regatron.HPPS.SolarArraySimulation.ChannelDefinitions.ChannelDefinitions ( )

Standard constructor for the DataCollector ChannelList

Member Function Documentation

◆ GetChannelIdentifiers()

List<String> CH.Regatron.HPPS.SolarArraySimulation.ChannelDefinitions.GetChannelIdentifiers ( )

This method returns channelDefinitions (identifier) that are possible to be used with the data collector.

Returns
Each string is an identifier of a channelDefinition.

◆ GetChannelWithName()

DC_ScopeChannel CH.Regatron.HPPS.SolarArraySimulation.ChannelDefinitions.GetChannelWithName ( String  searchIdentifier)

This method returns the ChannelDefinition if there exists one with the given name.

Parameters
searchIdentifierThe shortDescription of the channel being searched for.
Returns
The channelDefintion that matches the given shortDescription.