Esempio n. 1
0
 def setUp(self):
     novatech409b_device = get_from_ddb("novatech409b", "device")
     self.driver = Novatech409B(novatech409b_device)
Esempio n. 2
0
 def setUp(self):
     lda_serial = get_from_ddb("lda", "device")
     lda_product = get_from_ddb("lda", "product")
     self.cont = Lda(serial=lda_serial, product=lda_product)
Esempio n. 3
0
 def setUp(self):
     tdc_serial = get_from_ddb("tdc", "device")
     self.cont = Tdc(serial_dev=tdc_serial)
Esempio n. 4
0
 def setUp(self):
     tpz_serial = get_from_ddb("tpz", "device")
     self.cont = Tpz(serial_dev=tpz_serial)
Esempio n. 5
0
 def setUp(self):
     lda_serial = get_from_ddb("lda", "device")
     lda_product = get_from_ddb("lda", "product")
     self.cont = Lda(serial=lda_serial, product=lda_product)