The keyvalpanels module

A panel for configuring the key-value pairs.

Classes

KeyValPanel

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.

Methods

KeyValDialog

class src.gui.panels.keyvalpanels.KeyValDialog(parent, keyval, noDefault=False)[source]

Methods

Table Of Contents

Previous topic

The panels package

Next topic

The instruments package

This Page