![]() |
TopCon API
1.1.0
.Net API to control TopCon devices
|
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... | |
This class implements the list of DataCollector channels that can be used in the DataCollector.
CH.Regatron.HPPS.SolarArraySimulation.ChannelDefinitions.ChannelDefinitions | ( | ) |
Standard constructor for the DataCollector ChannelList
List<String> CH.Regatron.HPPS.SolarArraySimulation.ChannelDefinitions.GetChannelIdentifiers | ( | ) |
This method returns channelDefinitions (identifier) that are possible to be used with the data collector.
DC_ScopeChannel CH.Regatron.HPPS.SolarArraySimulation.ChannelDefinitions.GetChannelWithName | ( | String | searchIdentifier | ) |
This method returns the ChannelDefinition if there exists one with the given name.
searchIdentifier | The shortDescription of the channel being searched for. |