ConnectionParametersMaxGapFillSamples Property
Gets or sets the maximum gap (in input samples) filled by phase-continued synthesis before resynchronizing.
Namespace: Gemstone.PhasorProtocols.SelCWSAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.178 -- Release Build+f2b94d09f81a61f5d7415b9db3fd60b6ae3f7e12
function get_MaxGapFillSamples();
function set_MaxGapFillSamples(value);
Property Value
Int32
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.