π’Discrete Blocks
The following blocks are defined as having a discrete time_mode
Most blocks have an interface identical to the python package blocks. Please refer to the python package documentation linked to the respective block.
More about time_modes.
Discrete block do not have events associated with them.
Integrator (Discrete)
https://py.collimator.ai/library/#collimator.library.IntegratorDiscrete
Unit Delay (Discrete)
https://py.collimator.ai/library/#collimator.library.UnitDelay
Transfer Function (Discrete)
https://py.collimator.ai/library/#collimator.library.TransferFunctionDiscrete
Zero Order Hold (Discrete)
https://py.collimator.ai/library/#collimator.library.ZeroOrderHold
Derivative (Discrete)
https://py.collimator.ai/library/#collimator.library.DerivativeDiscrete
PID (Discrete)
https://py.collimator.ai/library/#collimator.library.PIDDiscrete
Filter (Discrete)
https://py.collimator.ai/library/#collimator.library.FilterDiscrete
Clock (Discrete)
https://py.collimator.ai/library/#collimator.library.DiscreteClock
Pulse
https://py.collimator.ai/library/#collimator.library.Pulse
Random Number
https://py.collimator.ai/library/#collimator.library.RandomNumber
Discrete Initializer
https://py.collimator.ai/library/#collimator.library.DiscreteInitializer
Last updated