Пример #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
    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."