Class SystemRobotWare
Describes the currently running RobotWare.
Inherited Members
Namespace: ABB.Robotics.Controllers
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class SystemRobotWare : RobotWare, INamedObject, IComparable
Constructors
SystemRobotWare(RobotWare, RobotWare[])
Initializes a new instance of the SystemRobotWare class.
Declaration
public SystemRobotWare(RobotWare info, RobotWare[] installedSystems)
Parameters
Type | Name | Description |
---|---|---|
RobotWare | info | The info. |
RobotWare[] | installedSystems | The installed systems. |
Properties
InstalledSystems
Gets the currently installed systems of the controller.
Declaration
public RobotWareCollection InstalledSystems { get; }
Property Value
Type | Description |
---|---|
RobotWareCollection |
Implements
System.IComparable