You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to specify a time plan with no delay but some known duration of number of loops (e.g. time_plan=TIntervalDuration(interval=0, duration=3)) ... and it is possible to instantiate it... but when you iterate over it in an MDASequence, you'll get an error:
For this to work, I think the consumer (such as MDARunner.run) might actually need to special case an MDASequence with a TIntervalDuration plan of interval 0... or we should add something to MDAEvent like a kill_time: a total duration after which the experiment should be stopped.
The text was updated successfully, but these errors were encountered:
tlambert03
changed the title
Time plans with no delay
Time plans with no delay and indeterminate length
Sep 25, 2024
It should be possible to specify a time plan with no delay but some known duration of number of loops (e.g.
time_plan=TIntervalDuration(interval=0, duration=3)
) ... and it is possible to instantiate it... but when you iterate over it in an MDASequence, you'll get an error:For this to work, I think the consumer (such as
MDARunner.run
) might actually need to special case an MDASequence with aTIntervalDuration
plan of interval 0... or we should add something toMDAEvent
like akill_time
: a total duration after which the experiment should be stopped.The text was updated successfully, but these errors were encountered: