Version: 8.3.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
study_exchange_vars.ExchangeVariables Class Reference

This class describes "Exchange Variables", i.e. More...

Public Member Functions

def __init__
 
def saveToXmlFile
 Save this object to an XML file. More...
 

Data Fields

 inputVarList
 
 outputVarList
 
 refEntry
 

Detailed Description

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.

Parameters
inputVarListThis instance attribute is a list of Variable objects, describing the input variables for the computation code.
outputVarListThis instance attribute is a list of Variable objects, describing the output variables for the computation code.
refEntryThis 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).

Member Function Documentation

def study_exchange_vars.ExchangeVariables.saveToXmlFile (   self,
  filepath 
)

Save this object to an XML file.

Parameters
filepath(string) path of the XML file.