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

        return dev
예제 #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')
예제 #4
0
	def obtain_device(self):
		return DeviceServerTestCase.obtain_device(self, impl=smf100a.SMF100A,
				manufacturer='Rohde & Schwarz', model='SMF100A')
예제 #5
0
 def obtain_device(self):
     return DeviceServerTestCase.obtain_device(
         self, impl=ips120_10.IPS120_10, manufacturer="Oxford Instruments", model="IPS120-10"
     )
예제 #6
0
	def obtain_device(self):
		return DeviceServerTestCase.obtain_device(self, impl=abc1234.ABC1234,
				manufacturer='Sample', model='ABC1234')
예제 #7
0
	def obtain_device(self):
		return DeviceServerTestCase.obtain_device(self, impl=voltage_source.VoltageSource,
				manufacturer='IQC', model='Voltage source')
예제 #8
0
 def obtain_device(self):
     return DeviceServerTestCase.obtain_device(self, impl=dpo7104.DPO7104, manufacturer="Tektronix", model="DPO7104")
예제 #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')
예제 #12
0
	def obtain_device(self):
		dev = DeviceServerTestCase.obtain_device(self, impl=dm34410a.DM34410A,
				manufacturer='Agilent', model='34410A')
		dev.reset()

		return dev
예제 #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')
예제 #15
0
	def obtain_device(self):
		return DeviceServerTestCase.obtain_device(self, impl=ips120_10.IPS120_10,
				manufacturer='Oxford Instruments', model='IPS120-10')
예제 #16
0
 def obtain_device(self):
     return DeviceServerTestCase.obtain_device(
         self,
         impl=ch6_voltage_source.ch6VoltageSource,
         manufacturer='IQC',
         model='Six channel voltage source')
예제 #17
0
	def obtain_device(self):
		return DeviceServerTestCase.obtain_device(self, impl=tc335.TC335,
				manufacturer='Lakeshore', model='335 Temperature Controller')
예제 #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')
예제 #22
0
 def obtain_device(self):
     return DeviceServerTestCase.obtain_device(self,
                                               impl=model4g.Model4G,
                                               manufacturer='Cryomagnetics',
                                               model='Model 4G')
예제 #23
0
	def obtain_device(self):
		return DeviceServerTestCase.obtain_device(self, impl=dpo7104.DPO7104,
				manufacturer='Tektronix', model='DPO7104')