Click or drag to resize

ConnectionParametersMaxGapFillSamples Property

Gets or sets the maximum gap (in input samples) filled by phase-continued synthesis before resynchronizing.

Namespace: GSF.PhasorProtocols.SelCWS
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.300-beta
Syntax
[DefaultValueAttribute(-1)]
public int MaxGapFillSamples { get; set; }
View Source

Property Value

Int32
Remarks
When dropped samples are inferred from the input timestamp cadence, gaps up to this size are coasted (the last phasors are continued at the tracked frequency); larger gaps drop and refill the analysis window. A negative value means "auto" (one full analysis window); 0 resynchronizes on any gap.
See Also