We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently the event functions are called with the signature:
def func(t: float, variables: dict): \t...
To make the item interface more streamlined I think the calling signature should look like that of equation functions:
@TimedEvent(periodicity=600) def diff(self, scope): \t...