IoTPy.encapsulation_functions.mix package

Submodules

IoTPy.encapsulation_functions.mix.assemble module

IoTPy.encapsulation_functions.mix.assemble.assemble(params)[source]

Assembles mix

Parameters:

params : dict

Dict of values

Returns:

agent

Agent for mix

IoTPy.encapsulation_functions.mix.make_part_from_mix module

IoTPy.encapsulation_functions.mix.make_part_from_mix.f(v)[source]
IoTPy.encapsulation_functions.mix.make_part_from_mix.ff(v, arg_0)[source]
IoTPy.encapsulation_functions.mix.make_part_from_mix.g(v, state)[source]
IoTPy.encapsulation_functions.mix.make_part_from_mix.h(v, state, arg_0)[source]
IoTPy.encapsulation_functions.mix.make_part_from_mix.make_part_from_mix(params)[source]

Makes a part from the mix template given its arguments.

Parameters:

template_arguments: str

A JSON string that specifies the values of the parameters of the mix template. The parameters are: in: list of Stream out: a Stream

Returns:

The part that was made.

Module contents