예제 #1
0
 def setUp(self):
     novatech409b_device = get_from_ddb("novatech409b", "device")
     self.driver = Novatech409B(novatech409b_device)
예제 #2
0
파일: lda.py 프로젝트: carriercomm/artiq
 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)
예제 #3
0
 def setUp(self):
     tdc_serial = get_from_ddb("tdc", "device")
     self.cont = Tdc(serial_dev=tdc_serial)
예제 #4
0
 def setUp(self):
     tpz_serial = get_from_ddb("tpz", "device")
     self.cont = Tpz(serial_dev=tpz_serial)
예제 #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)