From: PASCALE NOYRET Date: Wed, 15 Jun 2022 12:55:40 +0000 (+0200) Subject: modif pour incertitude X-Git-Tag: merge_uncertainty_odysee_1210~61 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2466968f60105aee3bece0e09b0f70d0710ed843;p=tools%2Feficas.git modif pour incertitude --- diff --git a/Ihm/I_PROC_ETAPE.py b/Ihm/I_PROC_ETAPE.py index e4c19768..d775f59c 100644 --- a/Ihm/I_PROC_ETAPE.py +++ b/Ihm/I_PROC_ETAPE.py @@ -73,6 +73,12 @@ class PROC_ETAPE(I_ETAPE.ETAPE): for child in self.mcListe : child.replaceConcept(old_sd,sd) + def delieIncertitude(self): + mcVP=self.getChild('Input').getChild('VariableProbabiliste') + for vp in mcVP : + vp.variableDeterministe.variableProbabilite=None + vp.variableDeterministe.associeVariableUQ=False + #ATTENTION SURCHARGE: a garder en synchro ou a reintegrer dans le Noyau def buildSd(self): """ @@ -92,3 +98,4 @@ class PROC_ETAPE(I_ETAPE.ETAPE): self.sdnom=None self.state="unchanged" self.valid=0 +