Gets/Sets the filter type for this input.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public FrequencyCounterInput..::.FilterType Filter { get; set; }
Visual Basic (Declaration)
Public Property Filter As FrequencyCounterInput..::.FilterType
Visual C++
public:
property FrequencyCounterInput..::.FilterType Filter {
	FrequencyCounterInput..::.FilterType get ();
	void set (FrequencyCounterInput..::.FilterType value);
}

Exceptions

ExceptionCondition
Phidgets..::.PhidgetExceptionIf this Phidget is not opened and attached.

See Also