def obtain_device(self):
        dev = DeviceServerTestCase.obtain_device(self,
                                                 impl=dm34410a.DM34410A,
                                                 manufacturer='Agilent',
                                                 model='34410A')
        dev.reset()

        return dev
Exemplo n.º 2
0
	def obtain_device(self):
		"""
		Get a real device with which to test.
		"""

		return DeviceServerTestCase.obtain_device(self)
	def obtain_device(self):
		return DeviceServerTestCase.obtain_device(self, impl=ch6_voltage_source.ch6VoltageSource,
				manufacturer='IQC', model='Six channel voltage source')
Exemplo n.º 4
0
	def obtain_device(self):
		return DeviceServerTestCase.obtain_device(self, impl=smf100a.SMF100A,
				manufacturer='Rohde & Schwarz', model='SMF100A')
Exemplo n.º 5
0
 def obtain_device(self):
     return DeviceServerTestCase.obtain_device(
         self, impl=ips120_10.IPS120_10, manufacturer="Oxford Instruments", model="IPS120-10"
     )
Exemplo n.º 6
0
	def obtain_device(self):
		return DeviceServerTestCase.obtain_device(self, impl=abc1234.ABC1234,
				manufacturer='Sample', model='ABC1234')
Exemplo n.º 7
0
	def obtain_device(self):
		return DeviceServerTestCase.obtain_device(self, impl=voltage_source.VoltageSource,
				manufacturer='IQC', model='Voltage source')
Exemplo n.º 8
0
 def obtain_device(self):
     return DeviceServerTestCase.obtain_device(self, impl=dpo7104.DPO7104, manufacturer="Tektronix", model="DPO7104")
Exemplo n.º 9
0
 def obtain_device(self):
     return DeviceServerTestCase.obtain_device(
         self,
         impl=tc335.TC335,
         manufacturer='Lakeshore',
         model='335 Temperature Controller')
	def obtain_device(self):
		return DeviceServerTestCase.obtain_device(self, impl=voltagesource230.voltageSource230,
				manufacturer='Keithley', model='230 Programmable Voltage Source')
 def obtain_device(self):
     return DeviceServerTestCase.obtain_device(self,
                                               impl=awg5014b.AWG5014B,
                                               manufacturer='Tektronix',
                                               model='AWG5014B')
Exemplo n.º 12
0
	def obtain_device(self):
		dev = DeviceServerTestCase.obtain_device(self, impl=dm34410a.DM34410A,
				manufacturer='Agilent', model='34410A')
		dev.reset()

		return dev
Exemplo n.º 13
0
	def obtain_device(self):
		return DeviceServerTestCase.obtain_device(self, impl=model4g.Model4G,
				manufacturer='Cryomagnetics', model='Model 4G')
 def obtain_device(self):
     return DeviceServerTestCase.obtain_device(
         self,
         impl=voltage_source.VoltageSource,
         manufacturer='IQC',
         model='Voltage source')
Exemplo n.º 15
0
	def obtain_device(self):
		return DeviceServerTestCase.obtain_device(self, impl=ips120_10.IPS120_10,
				manufacturer='Oxford Instruments', model='IPS120-10')
Exemplo n.º 16
0
 def obtain_device(self):
     return DeviceServerTestCase.obtain_device(
         self,
         impl=ch6_voltage_source.ch6VoltageSource,
         manufacturer='IQC',
         model='Six channel voltage source')
Exemplo n.º 17
0
	def obtain_device(self):
		return DeviceServerTestCase.obtain_device(self, impl=tc335.TC335,
				manufacturer='Lakeshore', model='335 Temperature Controller')
Exemplo n.º 18
0
 def obtain_device(self):
     return DeviceServerTestCase.obtain_device(
         self,
         impl=voltagesource230.voltageSource230,
         manufacturer='Keithley',
         model='230 Programmable Voltage Source')
    def obtain_device(self):
        """
		Get a real device with which to test.
		"""

        return DeviceServerTestCase.obtain_device(self)
	def obtain_device(self):
		return DeviceServerTestCase.obtain_device(self, impl=awg5014b.AWG5014B,
				manufacturer='Tektronix', model='AWG5014B')
 def obtain_device(self):
     return DeviceServerTestCase.obtain_device(self,
                                               impl=abc1234.ABC1234,
                                               manufacturer='Sample',
                                               model='ABC1234')
Exemplo n.º 22
0
 def obtain_device(self):
     return DeviceServerTestCase.obtain_device(self,
                                               impl=model4g.Model4G,
                                               manufacturer='Cryomagnetics',
                                               model='Model 4G')
Exemplo n.º 23
0
	def obtain_device(self):
		return DeviceServerTestCase.obtain_device(self, impl=dpo7104.DPO7104,
				manufacturer='Tektronix', model='DPO7104')