Gets/Sets the filter type for this input.
Namespace:
PhidgetsAssembly: 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
Exception | Condition |
---|---|
Phidgets..::.PhidgetException | If this Phidget is not opened and attached. |