Table of Contents

staggered_blocked_connection_impl

As blocked_connection, except each block is only connected if a delay (in the output time) has expired, which increases linearly with the block number. The minimum time at which the first block will be processed is given by first and the time between blocks is given by step.

Parameters

parameter	default_value
first		0
step		0

Parameters are also copied/delegated as in blocked_connection_impl.

set_inner_type, set_target_inner_rep

As blocked_connection_impl.