Click or drag to resize
Grid Solutions Framework

DynamicCalculatorOutlierOperation Property

Gets or sets the operation used to handle measurements which have timestamps that fall outside the LagTime/LeadTime bounds.

Namespace: DynamicCalculator
Assembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.207-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(TemporalOutlierOperation.PublishValueAsNan)]
public TemporalOutlierOperation OutlierOperation { get; set; }
View Source

Property Value

TemporalOutlierOperation
Remarks
This parameter only applies when UseLatestValues is set to true. The recommendation is to use PublishValueAsNan when mixing framerates and PublishWithBadState when using event-based data such as alarms. If you are not mixing framerates, consider changing UseLatestValues to false.
See Also