Click or drag to resize

AnalogSignalMinValue Property

Gets the minimum value of the analog signal.

Namespace:  ABB.Robotics.Controllers.IOSystemDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public float MinValue { get; }

Property Value

Type: Single
A float value that represents the minimum value.
Exceptions
ExceptionCondition
GeneralExceptionA General Exception has occurred.
See Also