timevalues#

Reader.timevalues(timeset: int = 0) List[float]#

Get a list of the time step values in this dataset for the specified timeset. The default timeset is 0 which is a special, “common” timeset formed by merging all the timesets in the data into a single timeset.

Parameters:
timesetint, optional

The timestep to query (default is 0)

Returns:
numpy.array

The simulation time value floats.