Click or drag to resize
SimulationConfiguration Class
Specifies the behavior of a simulation.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudioProjectObject
    ABB.Robotics.RobotStudio.StationsSimulationConfiguration

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public sealed class SimulationConfiguration : ProjectObject

The SimulationConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodSimulationConfiguration
Creates a new SimulationConfiguration.
Top
Properties
  NameDescription
Public propertyAttributes
Returns a collection of dynamic attributes attached to the object
(Inherited from ProjectObject.)
Public propertyChildren
Enumerates all child objects.
(Inherited from ProjectObject.)
Public propertyContainingProject
Returns the Project that this object is a part of, or null if it is not part of a Project.
(Inherited from ProjectObject.)
Public propertyControllerConfigurations
Gets a collection of ControllerSimulationConfiguration that specify simulation configurations for individual RsIrc5Controller objects.
Public propertyDataRecordingEnabled
Gets or sets a value that indicates if the SimulationDataRecorder should be started when the simulation starts.
Public propertyDisplayName
Gets the name of the the object that should be displayed in the GUI.
(Inherited from ProjectObject.)
Public propertyEventTable
Gets the EventTable used by the simulation.
Public propertyInitialState
Gets or sets the name of the SavedState that will be loaded before the simulation is started.
Public propertyName
Gets or sets the name of the object
(Inherited from ProjectObject.)
Public propertyParent
The Parent property returns a reference to the parent Station object.
(Overrides ProjectObjectParent.)
Public propertySimulatedObjects
Gets the collection of ProjectObjects that will be simulated.
Public propertyStopwatches
Gets a collection of SimulationStopwatch objects for the simulation.
Public propertyTypeDisplayName
Gets a localized name for the type of this object.
(Inherited from ProjectObject.)
Public propertyUIVisible
Gets or sets a value that indicates if this object should be displayed in GUI such as an object browser.
(Inherited from ProjectObject.)
Public propertyUniqueId
Gets a persisted, globally unique identifier for this object, that can be used to find the object using the GetObjectFromUniqueId(String) method.
(Inherited from ProjectObject.)
Public propertyVirtualTimeMode
Gets or sets the VirtualTimeMode that should be used for RsIrc5Controllers in th the simulation.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodFindObjects
Recursively finds object that satisfy a condition.
(Inherited from ProjectObject.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ProjectObject.)
Top
Version Information

Supported in: 1.0.0.0
See Also