pathsim.blocks.delay module
- class pathsim.blocks.delay.Delay(tau=0.001)[source]
Bases:
BlockDelays the input signal by a time constant ‘tau’ in seconds using an adaptive rolling buffer.
- Parameters:
tau (float) – delay time constant
- reset()[source]
Reset the blocks inputs and outputs and also its internal solver, if the block has a solver instance.