Click or drag to resize

AnalogSignalMaxValue Property

Gets the maximum 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 MaxValue { get; }

Property Value

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