Interface IParameterValues
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface IParameterValues
Properties
Data
Declaration
double[] Data { get; set; }
Property Value
Type |
Description |
System.Double[] |
|
DataStatus
Declaration
DataStatusType[] DataStatus { get; set; }
Property Value
DataStatusVba
Declaration
int[] DataStatusVba { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
SampleCount
Declaration
long SampleCount { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
SampleCountVba
Declaration
int SampleCountVba { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Time
Declaration
long[] Time { get; set; }
Property Value
Type |
Description |
System.Int64[] |
|
TimeVba
Declaration
double[] TimeVba { get; set; }
Property Value
Type |
Description |
System.Double[] |
|