Home
last modified time | relevance | path

Searched refs:MonitorType (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/verification/dot2/
H A Ddot2k.py20 def __init__(self, file_path, MonitorType): argument
23 self.monitor_type = self.monitor_types.get(MonitorType)
25 raise Exception("Unknown monitor type: %s" % MonitorType)
27 self.monitor_type = MonitorType
29 self.main_c = self.__open_file(self.monitor_templates_dir + "main_" + MonitorType + ".c")