|
FrameParserMaxGapFillSamples Property
|
Gets or sets the maximum gap (in input samples) filled by phase-continued synthesis before resynchronizing.
Namespace: GSF.PhasorProtocols.SelCWSAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.300-beta
Syntaxpublic int MaxGapFillSamples { get; set; }Public Property MaxGapFillSamples As Integer
Get
Set
public:
property int MaxGapFillSamples {
int get ();
void set (int value);
}member MaxGapFillSamples : int with get, set
function get_MaxGapFillSamples();
function set_MaxGapFillSamples(value);
View SourceProperty Value
Int32
Remarks
Dropped samples (e.g., lost UDP packets) are inferred from the input timestamp cadence. Gaps up to this size
are coasted by continuing the last phasors 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