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
0which is a special, “common” timeset formed by merging all the timesets in the data into a single timeset.- Parameters:
- timeset
int,optional The timestep to query (default is 0)
- timeset
- Returns:
numpy.arrayThe simulation time value floats.