datafile=(os.path.join(os.path.dirname(os.path.realpath(__file__)),simul8XMLFileName))#It defines the name or the directory of the XML file that is manually written the CMSD information model
tree=et.parse(datafile)
else:
datafile=simul8XMLFile
tree=et.parse(datafile)
simul8=Simul8Output()#Call the Simul8Output object