|
FrameParserRepeatLastCalculatedValueWhenDownSampling Property
|
Gets or sets flag that determines if last value should be repeated when down-sampling, i.e.,
when
CalculationFrameRate is less than SEL CWS frame rate (commonly 3000Hz);
otherwise
NaN will be used.
Namespace: GSF.PhasorProtocols.SelCWSAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.275-beta
Syntaxpublic bool RepeatLastCalculatedValueWhenDownSampling { get; set; }Public Property RepeatLastCalculatedValueWhenDownSampling As Boolean
Get
Set
public:
property bool RepeatLastCalculatedValueWhenDownSampling {
bool get ();
void set (bool value);
}member RepeatLastCalculatedValueWhenDownSampling : bool with get, set
function get_RepeatLastCalculatedValueWhenDownSampling();
function set_RepeatLastCalculatedValueWhenDownSampling(value);
View SourceProperty Value
Boolean
See Also