class src.gui.panels.keyvalpanels.KeyValPanel(parent, initialData, noDefault=False)[source]¶
The ScanPanel is a graphical way of specifying the points at which an
ActionScan should stop to execute its children.
Parameters :
parent : wx.Frame
The frame which owns the ScanPanel.
initialData : iterable, optional
The initial array of data points. The format is a sequence of
sequences, where each sub-sequence contains three elements: a start
point, an end point, and a step size.