"sous la forme (assemblage combustible, DKLib)"),
ang=("Association between the core elements and the neutronic libraries "
"in the form (fuel assembly, DKLib)"),
- statut="o",
+ statut="f",
typ=Tuple(2),
# TODO: Check if the attribute assembly_type of the
# Assembly object is 'REF' then the type of the
"sous la forme (assemblage combustible, DKLib)"),
ang=("Association between the core elements and the neutronic libraries "
"in the form (fuel assembly, DKLib)"),
- statut="o",
+ statut="f",
typ=Tuple(2),
# TODO: Check if the attribute assembly_type of the
# Assembly object is 'REF' then the type of the
# a refaire si on decide que les incertains sont sous des fact multiples
# ce qui ne me parait pas possible mais ?
if obj.etape.nature == 'OPERATEUR' :
- return '@'+obj.etape.sd.nom +'__' + obj.nom+'@'
+ return '@ '+obj.etape.sd.nom +'__' + obj.nom+' @'
else :
- return '@'+obj.nom+'@'
+ return '@ '+obj.nom+' @'
def analyseIncertitude(self) :