added parameters tab to TuneAutopicker widget. Enabled direct call of autoPyLoT with AP-Settings object

This commit is contained in:
2017-05-10 15:46:08 +02:00
parent d96bc3c621
commit 862fb3240a
4 changed files with 47 additions and 13 deletions

View File

@@ -117,7 +117,7 @@ class AutoPickParameter(object):
# Boolean test
def __nonzero__(self):
return self.__parameter
return bool(self.__parameter)
def __getitem__(self, key):
return self.__parameter[key]