diff --git a/doc/python/recipe.rst b/doc/python/recipe.rst index 8e9419c8a5df1ffd45001fc6829dad7d2a988236..479f473b01d6e1707fc4030d8d98fd699c27fe05 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