|
ConnectionParametersRepeatLastCalculatedValueWhenDownSampling 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
Syntax[DefaultValueAttribute(true)]
public bool RepeatLastCalculatedValueWhenDownSampling { get; set; }<DefaultValueAttribute(true)>
Public Property RepeatLastCalculatedValueWhenDownSampling As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool RepeatLastCalculatedValueWhenDownSampling {
bool get ();
void set (bool value);
}[<DefaultValueAttribute(true)>]
member RepeatLastCalculatedValueWhenDownSampling : bool with get, set
function get_RepeatLastCalculatedValueWhenDownSampling();
function set_RepeatLastCalculatedValueWhenDownSampling(value);
View SourceProperty Value
Boolean
See Also