in3Utils.fileHandlerUtils.splitTimeValueToArrayInterval

splitTimeValueToArrayInterval(cfgGen)[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

cfgGen (configParser object) – configuration settings, here ‘tSteps’ used

Returns

items – time step values as 1D numpy array

Return type

1D numpy array