sgnts.sinks.collect
¶
TSFrameCollectSink
dataclass
¶
Bases: make_ts_element(CollectSink)
flowchart TD
sgnts.sinks.collect.TSFrameCollectSink[TSFrameCollectSink]
sgnts.base.base.make_ts_element --> sgnts.sinks.collect.TSFrameCollectSink
click sgnts.sinks.collect.TSFrameCollectSink href "" "sgnts.sinks.collect.TSFrameCollectSink"
Sink that collects input SeriesBuffers
sgn.CollectSink with an additional method out_frames that will
return a dictionary, keyed by sink pad names, where the values are
single TSFrames containing all buffers collected on the sink pads
during pipeline operation.
Source code in src/sgnts/sinks/collect.py
out_frames()
¶
The collected frames.