LTSEventList Methods |
The LTSEventList type exposes the following members.
Name | Description | |
---|---|---|
Add(DateTime, Double) |
Add an event with a single value to the list
| |
Add(DateTime, Double, Double) |
Add an event with two values to the list
| |
Add(DateTime, Double, Double, Double) |
Add an event with three values to the list
| |
CommitLastValueInJob |
Commit the last value in the LTS job (and LTS simulation consists of multiple jobs)
| |
CommitLastValueInSimulation |
Commit the last value in the LTS simulation (and LTS simulation consists of multiple jobs)
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PrepareForNextLTSJob |
Resets the state of the eventlist in preparation for another simulation in the LTS sequence.
| |
SortOnTime |
Sort the event list on time stamps
| |
SortOnValue1 |
Sort the event list on the first value of each event
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Update |
Update calculates the values in the events.
| |
WriteToPFSFile |
Write this event list to a PFS file (MU ERF format)
|