From f24897528a661f5061073a97d2ddf7cd251bdd66 Mon Sep 17 00:00:00 2001 From: Sebastian Schmitt <sebastian.schmitt@kip.uni-heidelberg.de> Date: Mon, 28 Feb 2022 10:23:25 +0100 Subject: [PATCH] Add tstop doc in recipe API doc (#1852) --- doc/python/recipe.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/python/recipe.rst b/doc/python/recipe.rst index 8e9419c8..479f473b 100644 --- a/doc/python/recipe.rst +++ b/doc/python/recipe.rst @@ -196,6 +196,10 @@ Event generator and schedules Returns a view of monotonically increasing time values in the half-open interval [t0, t1). + .. attribute:: tstop + + No events delivered after this time [ms]. + An example of an event generator reads as follows: .. container:: example-code -- GitLab