Click or drag to resize

LogicalParserDataSourceRecords Property

Gets a list of all DataSource records from the PQDIF file. This is parsed when passing throug the observation records NextObservationRecorded.

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public List<DataSourceRecord> DataSourceRecords { get; }
View Source

Property Value

ListDataSourceRecord
See Also