def creeOperExpressionIncertitude(monDicoVarDeter, monDicoVarSortie):
listeDesVariablesPossibles = list(monDicoVarDeter.keys())
monOutput = creeOutput(monDicoVarSortie)
+ objectName = SIMP ( statut = "o", typ = 'TXM', homo='constant'),
modelVariable = SIMP ( statut = "o",
typ = ( 'TXM'),
fr = "Variable d'entrée du modèle",
homo='constant',
)
laConsigne = SIMP(statut="o", homo="information", typ="TXM", defaut=' ')
- xPathVariable = SIMP(statut='d', typ='TXM', defaut=(), max='**', min=0,)
+ MCPath = SIMP(statut='d', typ='TXM', defaut=(), max='**', min=0,)
blocs=creeDistributionsSelonVariable(monDicoVarDeter)
# Attention
# l ordre des motclefs en 3.7 a l air de dépendre de l ordre de creation des objets