Enum DataSource
Data Source type. Atlas API supports periodic channels but not the row channel as it is specific to Tag-320.
Namespace: MAT.AtlasSessionApi
Assembly: MAT.AtlasSessionApi.dll
Syntax
public enum DataSource
Fields
Name | Description |
---|---|
Constant | Constant |
Periodic | Data sampled at regular intervals. |
Row | Row channel is only for reading. |
Scalar | Scalar |
Synchro | Synchro channel is only for reading. |
Unsupported | Source of data not supported in this API. |