Gets/Sets the gain for this input.

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

Syntax

C#
public BridgeInput..::.Gains Gain { get; set; }
Visual Basic (Declaration)
Public Property Gain As BridgeInput..::.Gains
Visual C++
public:
property BridgeInput..::.Gains Gain {
	BridgeInput..::.Gains get ();
	void set (BridgeInput..::.Gains value);
}

Exceptions

ExceptionCondition
Phidgets..::.PhidgetExceptionIf this Phidget is not opened and attached, or the value is unknown.

See Also