Version: 9.15.0
study_exchange_vars.py File Reference

Data Structures

class  KERNEL_PY.kernel.parametric.study_exchange_vars.Variable
 This class describes a single variable. More...
 
class  KERNEL_PY.kernel.parametric.study_exchange_vars.ExchangeVariables
 This class describes "Exchange Variables", i.e. More...
 

Namespaces

 KERNEL_PY.kernel.parametric.study_exchange_vars
 

Functions

def KERNEL_PY.kernel.parametric.study_exchange_vars.createSObjectForExchangeVariables (fatherSobj, exchangeVariables, name=DEFAULT_NAME, icon=None, typeId=None)
 Create a SObject to store an ExchangeVariables instance. More...
 
def KERNEL_PY.kernel.parametric.study_exchange_vars.updateSObjectForExchangeVariables (sobj, exchangeVariables, name=DEFAULT_NAME, icon=None, typeId=None)
 Update an existing SObject storing an ExchangeVariables instance. More...
 
def KERNEL_PY.kernel.parametric.study_exchange_vars._setSObjectForExchangeVariables (editor, sobj, exchangeVariables)
 
def KERNEL_PY.kernel.parametric.study_exchange_vars.getExchangeVariablesFromSObject (sobj)
 Get an ExchangeVariables instance from a SObject that stores it. More...
 
def KERNEL_PY.kernel.parametric.study_exchange_vars.loadExchangeVariablesFromXmlFile (filepath)
 Load an ExchangeVariables instance from an XML file. More...
 

Variables

string KERNEL_PY.kernel.parametric.study_exchange_vars.DEFAULT_NAME = "Variables"
 
string KERNEL_PY.kernel.parametric.study_exchange_vars.INPUT_VAR_NAMES = "ExchangeVariables.InputVarNames"
 
string KERNEL_PY.kernel.parametric.study_exchange_vars.OUTPUT_VAR_NAMES = "ExchangeVariables.OutputVarNames"
 
string KERNEL_PY.kernel.parametric.study_exchange_vars.REF_ENTRY = "ExchangeVariables.RefEntry"