Skip to content

Commit

Permalink
Edited line initializing instrument address
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-Mott authored May 15, 2020
1 parent c63078e commit e3e01f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2230G.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class KEI2230G():
def __innit__(self):

self.rm = visa.ResourceManager()
self.inst_address = 'ASRL3::INSTR'
#self.inst_address =
baud_rate = 9600 #Can be set to 4800, 9600, 19200, 38400, 57600, 115200
self.inst = self.rm.open_resource(self.instr_address, baud_rate)
self.inst.term_chars = '/n'
Expand Down

0 comments on commit e3e01f2

Please sign in to comment.