runtimepy
.
mixins
.trig
index
/home/vkottler/src/vkottler/workspace/runtimepy/runtimepy/mixins/trig.py
A module implementing a simple trig-channel environment mixin.
Modules
math
Classes
builtins.object
TrigMixin
class
TrigMixin
(
builtins.object
)
TrigMixin
(env: runtimepy.channel.environment.ChannelEnvironment) -> None
A simple trig mixin class.
Methods defined here:
__init__
(self, env: runtimepy.channel.environment.ChannelEnvironment) -> None
Initialize this instance.
dispatch_trig
(self, step: int) -> None
Dispatch trig channel updates.
Data descriptors defined here:
__dict__
dictionary for instance variables
__weakref__
list of weak references to the object