This class describes "Exchange Variables", i.e. More...
Public Member Functions | |
| def | __init__ (self, inputVarList=None, outputVarList=None, refEntry=None) |
| def | saveToXmlFile (self, filepath) |
| Save this object to an XML file. More... | |
Data Fields | |
| inputVarList | |
| outputVarList | |
| refEntry | |
This class describes "Exchange Variables", i.e.
a structure containing all the necessary information to exchange variables between a supervision code and a computation code.
| inputVarList | This instance attribute is a list of Variable objects, describing the input variables for the computation code. |
| outputVarList | This instance attribute is a list of Variable objects, describing the output variables for the computation code. |
| refEntry | This instance attribute is optional and can be used to store a reference to a Salome entry containing an "Exchange Variable" SObject that was used to build this one (when the current object has been built by selecting variables of interest in a list of potential variables). |
| def study_exchange_vars.ExchangeVariables.__init__ | ( | self, | |
inputVarList = None, |
|||
outputVarList = None, |
|||
refEntry = None |
|||
| ) |
| def study_exchange_vars.ExchangeVariables.saveToXmlFile | ( | self, | |
| filepath | |||
| ) |
Save this object to an XML file.
| filepath | (string) path of the XML file. |
References study_exchange_vars.ExchangeVariables.inputVarList, SALOME_TYPES::ParametricInput.inputVarList, KERNEL_PY.kernel.parametric.study_exchange_vars.ExchangeVariables.inputVarList, study_exchange_vars.ExchangeVariables.outputVarList, SALOME_TYPES::ParametricInput.outputVarList, and KERNEL_PY.kernel.parametric.study_exchange_vars.ExchangeVariables.outputVarList.
| study_exchange_vars.ExchangeVariables.inputVarList |
| study_exchange_vars.ExchangeVariables.outputVarList |
| study_exchange_vars.ExchangeVariables.refEntry |