
Data Structures | |
| class | studyedit.StudyEditor |
| This class provides utility methods to complement Study and StudyBuilder classes. More... | |
| class | KERNEL_PY.kernel.studyedit.StudyEditor |
| This class provides utility methods to complement Study and StudyBuilder classes. More... | |
Functions | |
| def | studyedit.getStudyEditor () |
| Return a StudyEditor instance to edit the study. More... | |
| def | KERNEL_PY.kernel.studyedit.getStudyEditor () |
| Return a StudyEditor instance to edit the study. More... | |
Variables | |
| studyedit.EDITOR = StudyEditor() | |
| Singleton study editor instance. More... | |
| KERNEL_PY.kernel.studyedit.EDITOR = StudyEditor() | |
| Singleton study editor instance. More... | |
This module provides a new class \bStudyEditor to complement \bStudy and \bStudyBuilder classes.
| def studyedit.getStudyEditor | ( | ) |
Return a StudyEditor instance to edit the study.
Referenced by study_exchange_vars.createSObjectForExchangeVariables(), KERNEL_PY.kernel.parametric.study_exchange_vars.createSObjectForExchangeVariables(), study_exchange_vars.updateSObjectForExchangeVariables(), and KERNEL_PY.kernel.parametric.study_exchange_vars.updateSObjectForExchangeVariables().
| def KERNEL_PY.kernel.studyedit.getStudyEditor | ( | ) |
Return a StudyEditor instance to edit the study.
Return a :class:`StudyEditor` instance to edit the study.
| studyedit.EDITOR = StudyEditor() |
Singleton study editor instance.
| KERNEL_PY.kernel.studyedit.EDITOR = StudyEditor() |
Singleton study editor instance.