Version: 9.12.0
study_exchange_vars.ExchangeVariables Class Reference

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
 

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).

Constructor & Destructor Documentation

◆ __init__()

def study_exchange_vars.ExchangeVariables.__init__ (   self,
  inputVarList = None,
  outputVarList = None,
  refEntry = None 
)

Member Function Documentation

◆ saveToXmlFile()

Field Documentation

◆ inputVarList

◆ outputVarList

◆ refEntry

study_exchange_vars.ExchangeVariables.refEntry