pathsim.blocks.multiplier module

class pathsim.blocks.multiplier.Multiplier[source]

Bases: Block

multiplies all input signals (MISO)

\[y(t) = \prod_i u_i(t)\]
op_alg

internal algebraic operator that wraps ‘prod’

Type:

Operator

update(t)[source]

update system equation in fixed point loop

Parameters:

t (float) – evaluation time

Returns:

error – absolute error to previous iteration for convergence control

Return type:

float