Skip to content

Array and Dropdown params

Compare
Choose a tag to compare
@jdranczewski jdranczewski released this 27 Nov 12:42
· 75 commits to main since this release

Array params let you properly communicate more complex data, like images or spectra, through the unified puzzlepiece API. They use numpy arrays as the data format.

Dropdown params can be populated with default values at startup and make it much easier to select device serial numbers.

The setup method of a Piece is now called ahead of param definition, so that dropdown params can use a device SDK to search for available devices.