value (TimeSequence)

Syntax

<Path>.value(GivenTime:time)

The method value returns the value the TimeSequence takes at a given time. If there are multiple entries with the same time, Plant Simulation returns the entry with the highest number.

Parameter

The parameter GivenTime of data type integer designates the column.

Example

print ts1.value(1.5)+ts2.value(1.5)