Gets / sets the board current limit.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
C# |
---|
public LED..::.LEDCurrentLimit CurrentLimit { get; set; } |
Visual Basic (Declaration) |
---|
Public Property CurrentLimit As LED..::.LEDCurrentLimit |
Visual C++ |
---|
public: property LED..::.LEDCurrentLimit CurrentLimit { LED..::.LEDCurrentLimit get (); void set (LED..::.LEDCurrentLimit value); } |
Remarks
Note that not all PhidgetLEDs support settable current limit.
Exceptions
Exception | Condition |
---|---|
Phidgets..::.PhidgetException | If this Phidget is not opened and attached, or if current limit is unsupported. |