Click or drag to resize
StopwatchTrigger Structure
Represents a triggger with a condition that should be met for a SimulationStopwatch to be started or stopped.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public struct StopwatchTrigger

The StopwatchTrigger type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldName
Name of the robtarget or I/O signal that the trigger refers to.
Public fieldSource
The ProjectObject that the trigger refers to.
Public fieldTriggerType
Type of trigger.
Public fieldValue
Value of the I/O signal for the trigger to be activated.
Top
Version Information

Supported in: 1.0.0.0
See Also