コード例 #1
0
 def __init__(self, process, params):
     self.cothread, self.catools = CothreadImporter.get_cothread(process)
     super(CAActionPart, self).__init__(process, params)
コード例 #2
0
 def __init__(self, process, params):
     self.cothread, self.catools = CothreadImporter.get_cothread(process)
     # Format for all caputs
     self.ca_format = self.catools.FORMAT_TIME
     super(CAPart, self).__init__(process, params)
コード例 #3
0
 def __init__(self, process, params):
     self.cothread, self.catools = CothreadImporter.get_cothread(process)
     super(CAActionPart, self).__init__(process, params)
コード例 #4
0
ファイル: capart.py プロジェクト: dls-controls/pymalcolm
 def __init__(self, process, params):
     self.cothread, self.catools = CothreadImporter.get_cothread(process)
     # Format for all caputs
     self.ca_format = self.catools.FORMAT_TIME
     super(CAPart, self).__init__(process, params)