exopy_pulses.pulses.configs.base_config_views module

Base classes for Sequence configuration views.

class exopy_pulses.pulses.configs.base_config_views.AbstractConfigView(parent=None, **kwargs)

Bases: enaml.widgets.container.Container

Base View for a config from which any other config must inherit

model

A value which allows objects of a given type or types.

Values will be tested using the PyObject_IsInstance C API call. This call is equivalent to isinstance(value, kind) and all the same rules apply.

The value of an Instance may be set to None.

class exopy_pulses.pulses.configs.base_config_views.SequenceConfigView(parent=None, **kwargs)

Bases: exopy_pulses.pulses.configs.base_config_views.AbstractConfigView

Config View of a simple config