RegnoCompleteRegnoSoftware.Standard.Core
|
IRegnoChannelSamplesDoc Members
The IRegnoChannelSamplesDoc type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ChannelDefDocId |
The unique identifier (id) of the ChannelDefinitionDoc that holds the properties for the channel associated with the data values stored in this document.
|
![]() |
ConfigDocId |
The unique identifier (id) of the ConfigDoc document that this document is associated with.
|
![]() |
DocumentInterval |
A 64-bit Long value that specifies the interval in nanoseconds of the time range that the data stored in this document was sampled from.
|
![]() |
ParamDefDocId |
The unique identifier (id) of the ParamDefinitionDoc that holds the properties for the parameter associated with the data values stored in this document.
|
![]() |
SampleTimes |
An array of 64-bit Long values. Each value represents the timestamp value of the sample at the associated array index. The timestamp represents the number of nanoseconds since the reference time of midnight, 1st January 1970.
|
![]() |
SampleValues |
An array of 64-bit Double values. Each value represents the sample value at the associated array index.
|
![]() |
StartTime |
A 64-bit Long timestamp specifying the start time of the data that this document holds. The timestamp represents the number of nanoseconds since the reference time of midnight, 1st January 1970.
|