# HG changeset patch # User Daniel O'Connor # Date 1242482645 -34200 # Node ID 5ff9130cc95328811e415ea8fdad7434b59a7126 # Parent f588f5bc834acc0bf1dad9d361a2d676a4c47bdf This code isn't scope specific. diff -r f588f5bc834a -r 5ff9130cc953 usb488.py --- a/usb488.py Sat May 16 23:33:52 2009 +0930 +++ b/usb488.py Sat May 16 23:34:05 2009 +0930 @@ -189,7 +189,7 @@ self.tag += 1 def write(self, data): - """Send data (string) to the scope""" + """Send data (string) to the instrument""" orddata = map(ord, data) # The device needs a \n at the end, enfore this