Click or drag to resize
Grid Solutions Framework

CsvExportAdapterFramesPerSecond Property

Gets or sets the number of frames per second for incoming data used to align timestamps when downsampling interval is greater than 0.0, set to zero to skip time alignment.

Namespace: CsvAdapters
Assembly: CsvAdapters (in CsvAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(30)]
public int FramesPerSecond { get; set; }
View Source

Property Value

Int32
See Also