4120: Component stop duration with no start time

Synopsis

In order for stop time to be set as a duration, PsychoPy needs to know the time at which the component started. When there’s no start time, stop time will be calculated from the duration as if start time were 0s.

Details

PsychoPy versions affected

> 2022.1.0

Solutions

You can either add a start time to this component, or change the stop time to be set in a different way (e.g. time (s))


Back to top