コード例 #1
0
    def obtain_device(self):
        dev = DeviceServerTestCase.obtain_device(self,
                                                 impl=dm34410a.DM34410A,
                                                 manufacturer='Agilent',
                                                 model='34410A')
        dev.reset()

        return dev
コード例 #2
0
ファイル: test_config.py プロジェクト: 0/SpanishAcquisition
	def obtain_device(self):
		"""
		Get a real device with which to test.
		"""

		return DeviceServerTestCase.obtain_device(self)
コード例 #3
0
	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
ファイル: test_abc1234.py プロジェクト: 0/SpanishAcquisition
	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
ファイル: test_dpo7104.py プロジェクト: 0/SpanishAcquisition
 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')
コード例 #10
0
	def obtain_device(self):
		return DeviceServerTestCase.obtain_device(self, impl=voltagesource230.voltageSource230,
				manufacturer='Keithley', model='230 Programmable Voltage Source')
コード例 #11
0
 def obtain_device(self):
     return DeviceServerTestCase.obtain_device(self,
                                               impl=awg5014b.AWG5014B,
                                               manufacturer='Tektronix',
                                               model='AWG5014B')
コード例 #12
0
ファイル: test_dm34410a.py プロジェクト: 0/SpanishAcquisition
	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')
コード例 #14
0
 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')
コード例 #19
0
    def obtain_device(self):
        """
		Get a real device with which to test.
		"""

        return DeviceServerTestCase.obtain_device(self)
コード例 #20
0
	def obtain_device(self):
		return DeviceServerTestCase.obtain_device(self, impl=awg5014b.AWG5014B,
				manufacturer='Tektronix', model='AWG5014B')
コード例 #21
0
 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')