siriushla.as_ap_configdb
Subpackages
- siriushla.as_ap_configdb.models
- Code Documentation
- siriushla.as_ap_configdb.models.config_db_table_model module
ConfigDbTableModelConfigDbTableModel.columnCount()ConfigDbTableModel.config_typeConfigDbTableModel.connectionErrorConfigDbTableModel.data()ConfigDbTableModel.flags()ConfigDbTableModel.headerData()ConfigDbTableModel.horizontalHeaderConfigDbTableModel.removeRowConfigDbTableModel.removeRows()ConfigDbTableModel.rowCount()ConfigDbTableModel.setupModelData()ConfigDbTableModel.sort()
- siriushla.as_ap_configdb.models.config_names_model module
- siriushla.as_ap_configdb.models.config_types_model module
- siriushla.as_ap_configdb.models.pv_configuration_model module
PVConfigurationTableModelPVConfigurationTableModel.columnCount()PVConfigurationTableModel.config_typePVConfigurationTableModel.data()PVConfigurationTableModel.flags()PVConfigurationTableModel.headerData()PVConfigurationTableModel.model_dataPVConfigurationTableModel.rowCount()PVConfigurationTableModel.setData()PVConfigurationTableModel.setupModelData()
- siriushla.as_ap_configdb.normconfigs
- Code Documentation
- siriushla.as_ap_configdb.normconfigs.ConfigManagerWindow module
- siriushla.as_ap_configdb.normconfigs.ConfigModel module
ConfigDelegateConfigModelConfigModel.CHROMATICITYConfigModel.TUNEConfigModel.UNDO_MEMORYConfigModel.cleanUndo()ConfigModel.closeConfiguration()ConfigModel.columnCount()ConfigModel.configurationsConfigModel.data()ConfigModel.deleteConfiguration()ConfigModel.deriveConfiguration()ConfigModel.flags()ConfigModel.getConfigurationColumn()ConfigModel.getConfigurations()ConfigModel.getTuneMatrix()ConfigModel.headerData()ConfigModel.insertColumn()ConfigModel.interpolateConfiguration()ConfigModel.loadConfiguration()ConfigModel.removeColumns()ConfigModel.renameConfiguration()ConfigModel.rowCount()ConfigModel.saveConfiguration()ConfigModel.setData()ConfigModel.setDataAlt()
Configuration
- siriushla.as_ap_configdb.normconfigs.LoadingThread module
- siriushla.as_ap_configdb.normconfigs.TuneDlg module
- Module contents
- siriushla.as_ap_configdb.pvsconfigs
Code Documentation
siriushla.as_ap_configdb.client_configdb module
Window to manage configurations.
- class siriushla.as_ap_configdb.client_configdb.ConfigurationManager(model, parent=None)[source]
Bases:
_SiriusWindow.
- CONFIG_TYPE_COL = None
- NAME_COL = None
- class siriushla.as_ap_configdb.client_configdb.JsonTreeModel(config_type, name, connection, parent=None)[source]
Bases:
QAbstractItemModelModel for a tree that represent a JSON document.
siriushla.as_ap_configdb.configdialogs module
Define a window to save configurations.
- class siriushla.as_ap_configdb.configdialogs.LoadConfigDialog(config_type, parent=None)[source]
Bases:
_BaseConfigManipulationLoad configurations.
- class siriushla.as_ap_configdb.configdialogs.RenameConfigDialog(config_type, parent=None)[source]
Bases:
SaveConfigDialogRename configurations.
- configname
int = …, arguments: Sequence = …) -> PYQT_SIGNAL
types is normally a sequence of individual types. Each type is either a type object or a string that is the name of a C++ type. Alternatively each type could itself be a sequence of types each describing a different overloaded signal. name is the optional C++ name of the signal. If it is not specified then the name of the class attribute that is bound to the signal is used. revision is the optional revision of the signal that is exported to QML. If it is not specified then 0 is used. arguments is the optional sequence of the names of the signal’s arguments.
- Type:
pyqtSignal(*types, name
- Type:
str = …, revision
- class siriushla.as_ap_configdb.configdialogs.SaveConfigDialog(config_type, parent=None)[source]
Bases:
_BaseConfigManipulationSave configurations.
- property config_name
- configname
int = …, arguments: Sequence = …) -> PYQT_SIGNAL
types is normally a sequence of individual types. Each type is either a type object or a string that is the name of a C++ type. Alternatively each type could itself be a sequence of types each describing a different overloaded signal. name is the optional C++ name of the signal. If it is not specified then the name of the class attribute that is bound to the signal is used. revision is the optional revision of the signal that is exported to QML. If it is not specified then 0 is used. arguments is the optional sequence of the names of the signal’s arguments.
- Type:
pyqtSignal(*types, name
- Type:
str = …, revision
siriushla.as_ap_configdb.configwidgets module
Load Configuration Widget.
- class siriushla.as_ap_configdb.configwidgets.ConfigDBInfoHeader(client, parent=None, config_type=None)[source]
Bases:
QFrame
- class siriushla.as_ap_configdb.configwidgets.ConfigDBSearchEngine(table, parent=None)[source]
Bases:
QLineEdit- CONFIG_TYPE_COL = 0
- NAME_COL = 1
- filteredidcs
int = …, arguments: Sequence = …) -> PYQT_SIGNAL
types is normally a sequence of individual types. Each type is either a type object or a string that is the name of a C++ type. Alternatively each type could itself be a sequence of types each describing a different overloaded signal. name is the optional C++ name of the signal. If it is not specified then the name of the class attribute that is bound to the signal is used. revision is the optional revision of the signal that is exported to QML. If it is not specified then 0 is used. arguments is the optional sequence of the names of the signal’s arguments.
- Type:
pyqtSignal(*types, name
- Type:
str = …, revision
- class siriushla.as_ap_configdb.configwidgets.ConfigTableWidget(client, parent=None, config_type=None)[source]
Bases:
QTableViewWidget that loads a configuration.
- CONFIG_TYPE_COL = 0
- NAME_COL = 1
- configChanged
int = …, arguments: Sequence = …) -> PYQT_SIGNAL
types is normally a sequence of individual types. Each type is either a type object or a string that is the name of a C++ type. Alternatively each type could itself be a sequence of types each describing a different overloaded signal. name is the optional C++ name of the signal. If it is not specified then the name of the class attribute that is bound to the signal is used. revision is the optional revision of the signal that is exported to QML. If it is not specified then 0 is used. arguments is the optional sequence of the names of the signal’s arguments.
- Type:
pyqtSignal(*types, name
- Type:
str = …, revision
- property config_name
Return selected configuration name.
- property config_type
selected_configConfiguration type name.
- connectionError
int = …, arguments: Sequence = …) -> PYQT_SIGNAL
types is normally a sequence of individual types. Each type is either a type object or a string that is the name of a C++ type. Alternatively each type could itself be a sequence of types each describing a different overloaded signal. name is the optional C++ name of the signal. If it is not specified then the name of the class attribute that is bound to the signal is used. revision is the optional revision of the signal that is exported to QML. If it is not specified then 0 is used. arguments is the optional sequence of the names of the signal’s arguments.
- Type:
pyqtSignal(*types, name
- Type:
str = …, revision