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