#======================== Output preparation: output the values prepared in the CMSD information model of this model ====================================================#
ifnotcmsdFile:
datafile=(os.path.join(os.path.dirname(os.path.realpath(__file__)),CMSDFileName))#It defines the name or the directory of the XML file that is manually written the CMSD information model
tree=et.parse(datafile)#This file will be parsed using the XML.ETREE Python library
#======================== Output preparation: output the values prepared in the CMSD information model of this model ====================================================#
datafile=('CMSD_ParallelStations.xml')#It defines the name or the directory of the XML file that is manually written the CMSD information model
tree=et.parse(datafile)#This file will be parsed using the XML.ETREE Python library