StreamToAxis¶
Reconstitute axes that had previously been promoted to a stream; this is the reverse operation of Axis to Stream.
The node will take any streams that were previously created by the Axis to Stream node and reconstitute their corresponding source axis from it, provided that the respective streams are still present and have not been renamed. For a general node to create an axis from scratch, see Create Axis. Version 0.9.0
Ports/Properties¶
data¶
Data to process.
- verbose name: Data
- default value: None
- port type: DataPort
- value type: AnyNumeric (can be None)
- data direction: INOUT
recovery¶
Recovery information.
- verbose name: Recovery
- default value: None
- port type: DataPort
- value type: object (can be None)
- data direction: IN
assume_unique¶
Whether to assume that there exists only one unique copy of the axis in question in the recovery info. In such a case, the stream names do not have to match between the original and the new data and the axis will be inserted for each stream that has an axis of the same type. An error is raised if the axis is non-unique.
- verbose name: Assume Unique
- default value: False
- port type: BoolPort
- value type: bool (can be None)
cleanup¶
Whether to remove the axis chunks from the packet.
- verbose name: Cleanup
- default value: True
- port type: BoolPort
- value type: bool (can be None)
verbose¶
Whether to print verbose diagnostic information.
- verbose name: Verbose
- default value: True
- port type: BoolPort
- value type: bool (can be None)
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
- verbose name: Set Breakpoint (Debug Only)
- default value: False
- port type: BoolPort
- value type: bool (can be None)
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.
- verbose name: Metadata
- default value: {}
- port type: DictPort
- value type: dict (can be None)