Contents:
Add
Add a value to the input signal.
value (SignalLike) – Value or array to add to the input signal.
name (str, optional) – Optional name used to identify the block within a pipeline.
Add the configured value to the input signal.
x (Signal) – Input signal.
Signal with self.value added element-wise using NumPy broadcasting rules.
self.value
Signal