MCPcopy Create free account
hub / github.com/Kitware/ParaView / getTimeValues

Method getTimeValues

Web/Python/paraview/web/protocols.py:1411–1412  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1409
1410 @exportRpc("pv.time.values")
1411 def getTimeValues(self):
1412 return list(simple.GetAnimationScene().TimeKeeper.TimestepValues)
1413
1414 @exportRpc("pv.time.play")
1415 def play(self, deltaT=0.1):

Callers

nothing calls this directly

Calls 1

GetAnimationSceneMethod · 0.45

Tested by

no test coverage detected