disguise developers

Python API

Execute Python code in Designer sessions to control and query projects programmatically.

FifoDataSeries

Properties

colour : Colour

mode : int

name : str

totalLifetimeSamples : int

Methods

capacity(self) -> int

Returns FIFO buffer size; samples() returns at most this many.

samples(self) -> List[float]

Returns Snapshot of the FIFO contents in order; applies SAMPLE_DELTA mode if set.