in3Utils.fileHandlerUtils.splitTimeValueToArrayInterval

splitTimeValueToArrayInterval(cfgValues, endTime)[source]

read save time step info from ini file and return numpy array of values

values can either be separated by | or provided in start:interval format

Parameters
  • cfgValues (str) – time steps info

  • endTime (float) – end time

Returns

items – time step values as 1D numpy array

Return type

1D numpy array