diff --git a/contrib/onelab/python/onelab.py b/contrib/onelab/python/onelab.py index e7b06f3bdb4706c0b5556ffd972f71399cc96bd6..e8ae67824f2842b6dad0cff1f74d445984fb2598 100755 --- a/contrib/onelab/python/onelab.py +++ b/contrib/onelab/python/onelab.py @@ -194,6 +194,11 @@ class client : value = self._defineParameter(p) return value + def clear(self, name) : + if not self.socket : + return + self._send(self._GMSH_PARAMETER_CLEAR, str(name)) + def setNumber(self, name, **param): if not self.socket : return