genericWatchdog Tables

Structure of tables containing genericEstimator configuration

Tables which contain genericEstimator configuration (can be found in the Confiration Panel of the device):

Imported modules (key: importsTable)

Explanation:

  • “From Module” means python module from which an object will be imported (e.g. karabo.middlelayer).
  • “Imported Names” means python object that will be imported (e.g. math functions like sin, cos, tan, etc.).

Example:

From Module Imported Names
psutil cpu_percent,cpu_count
math sin, cos, tan, asin, acos

Note

Importing from certain modules is forbidden. The user will receive

‘Importing {item} from {module} is forbidden’

while trying to import:

  • any object from karabo.doocsapi:
  • “remove” from os
  • “rmtree” from shutil