Click or drag to resize
SimulationDataRecorder Class
A data recorder than can record signals from a simulation. It is synchronized with virtual time.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudioDataRecorderBase
    ABB.Robotics.RobotStudio.StationsSimulationDataRecorder

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 SimulationDataRecorder : DataRecorderBase

The SimulationDataRecorder type exposes the following members.

Properties
  NameDescription
Public propertyCurrentTime (Overrides DataRecorderBaseCurrentTime.)
Public propertyIsRecording
Returns true if recording is started.
(Inherited from DataRecorderBase.)
Public propertySinks
Gets the collection of DataRecorderSinkBase objects.
(Inherited from DataRecorderBase.)
Public propertySources
Gets the collection of DataRecorderSourceBase objects.
(Inherited from DataRecorderBase.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodFindSignal
Gets the signal with a specified identifier.
(Inherited from DataRecorderBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStart
Starts recording.
(Inherited from DataRecorderBase.)
Public methodStop
Stops recording.
(Inherited from DataRecorderBase.)
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventTick
Raised for each time step.
(Inherited from DataRecorderBase.)
Top
Version Information

Supported in: 1.0.0.0
See Also