Click or drag to resize

FpToolCalibration Constructor

Initializes a new instance of the FpToolCalibration class.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.GTPU (in ABB.Robotics.GTPU.dll) Version: 6.5.129.0
Syntax
C#
public FpToolCalibration(
	RapidData rapidData
)

Parameters

rapidData
Type: ABB.Robotics.Controllers.RapidDomainRapidData
A RapidData instance that represent the tool to define.
Exceptions
ExceptionCondition
ArgumentExceptionEither rapidData is null or is not of type ToolData.
See Also