Click or drag to resize
Grid Solutions Framework

DynamicFilterIsInputMeasurement Method

Determines if the given measurement represents a signal that is bound for this filter adapter.

Namespace:  DynamicCalculator
Assembly:  DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.92-beta
Syntax
public virtual bool IsInputMeasurement(
	IMeasurement measurement
)
Request Example View Source

Parameters

measurement
Type: GSF.TimeSeriesIMeasurement
The source measurement to be checked.

Return Value

Type: Boolean
true if measurement is bound for this filter adapter.
See Also