Interface IChannelBuilder
Interface class contains the signatures of functions to build the channels to log the data for the given frequency or time interval.
Assembly: MAT.AtlasSessionApi.dll
Syntax
public interface IChannelBuilder
Methods
OnChannel(Channel)
Declaration
IBuiltParameter OnChannel(Channel channel)
Parameters
Type |
Name |
Description |
Channel |
channel |
|
Returns
OnPeriodicChannel(Frequency, DataType)
Declaration
IBuiltParameter OnPeriodicChannel(Frequency frequency, DataType dataType = DataType.FloatingPoint32Bit)
Parameters
Returns