예제 #1
0
	def __init__(self):
		'''
		A class to easily take and write data with the vna

		@Params
			vna object from skrf.vi (zva)

		'''
		ZVA40.__init__(self, address = 20)
예제 #2
0
파일: instruments.py 프로젝트: mbe9a/caik
    def __init__(self):
        '''
		A class to easily take and write data with the vna

		@Params
			vna object from skrf.vi (zva)

		'''
        ZVA40.__init__(self, address=20)
예제 #3
0
    def __init__(self):
        '''
		A class to easily take and write data with the vna

		@Params
			vna object from skrf.vi (zva)

		'''
        ZVA40.__init__(self, address=20)
        #you will want the ZVA to be connected when you initialize
        print "NOTE: ZVA40 has been connected."
예제 #4
0
	def __init__(self):
		'''
		A class to easily take and write data with the vna

		@Params
			vna object from skrf.vi (zva)

		'''
		ZVA40.__init__(self, address = 20)
		#you will want the ZVA to be connected when you initialize
		print "NOTE: ZVA40 has been connected."