changeset 12:5ff9130cc953

This code isn't scope specific.
author Daniel O'Connor <darius@dons.net.au>
date Sat, 16 May 2009 23:34:05 +0930
parents f588f5bc834a
children c27c2df0241c
files usb488.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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