Click or drag to resize

LTSEventList Methods

The LTSEventList type exposes the following members.

Methods
  NameDescription
Public methodAdd(DateTime, Double)
Add an event with a single value to the list
Public methodAdd(DateTime, Double, Double)
Add an event with two values to the list
Public methodAdd(DateTime, Double, Double, Double)
Add an event with three values to the list
Public methodCommitLastValueInJob
Commit the last value in the LTS job (and LTS simulation consists of multiple jobs)
Public methodCommitLastValueInSimulation
Commit the last value in the LTS simulation (and LTS simulation consists of multiple jobs)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepareForNextLTSJob
Resets the state of the eventlist in preparation for another simulation in the LTS sequence.
Protected methodSortOnTime
Sort the event list on time stamps
Protected methodSortOnValue1
Sort the event list on the first value of each event
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Update calculates the values in the events.
Public methodWriteToPFSFile
Write this event list to a PFS file (MU ERF format)
Top
See Also