Dispatch
openzl.ext.nodes.DispatchString
Bases: Node
Dispatch serial data into one of the dispatched
variable outputs according to the tags
Inputs: input: Type.String
Singleton Outputs: tags: Type.Numeric
Variable Outputs: dispatched: Type.String
Source code in build-openzl/py/site-packages/openzl/ext/nodes.pyi
base_node
property
__call__(compressor, tags, dispatched)
Source code in build-openzl/py/site-packages/openzl/ext/nodes.pyi
__init__(*, tags, num_tags)
Source code in build-openzl/py/site-packages/openzl/ext/nodes.pyi
build_graph(compressor, successors)
Source code in build-openzl/py/site-packages/openzl/ext/nodes.pyi
parameterize(compressor)
Source code in build-openzl/py/site-packages/openzl/ext/nodes.pyi
run(edge)
Source code in build-openzl/py/site-packages/openzl/ext/nodes.pyi
run_multi_input(edges)
Source code in build-openzl/py/site-packages/openzl/ext/nodes.pyi
openzl.ext.nodes.DispatchSerial
Bases: Node
Dispatch serial data into one of the dispatched
variable outputs according to the Instructions
.
Inputs: input: Type.Serial
Singleton Outputs: tags: Type.Numeric sizes: Type.Numeric
Variable Outputs: dispatched: Type.Serial