tse = vtk.vtkTimeSourceExample()
ex = tse.GetExecutive()
tse.UpdateInformation()

# inspect available time range and time steps
print(ex.GetOutputInformation())
