Click or drag to resize

ExecutionCycleChangedEventArgsCycle Property

Gets the ExecutionCycle of the controller.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public ExecutionCycle Cycle { get; }

Property Value

Type: ExecutionCycle
The new ExecutionCycle set on the controller.
See Also