Click or drag to resize

IndependentActionAdapterManagerBaseTAdapterFramesPerSecond Property

Gets or sets the number of frames per second applied to each adapter.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(30)]
public virtual int FramesPerSecond { get; set; }
View Source

Property Value

Int32
Remarks
Valid frame rates for a ConcentratorBase are greater than 0 frames per second.
See Also