changeset 29:12b6a3a0a481

Change timeout to 1500 - seems to help the Anritsu at Trondheim..
author Daniel O'Connor <darius@dons.net.au>
date Wed, 21 Sep 2011 14:57:40 +0930
parents c6be52360c2f
children 9ce709b7da4b
files vxi.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vxi.py	Wed Sep 21 14:56:55 2011 +0930
+++ b/vxi.py	Wed Sep 21 14:57:40 2011 +0930
@@ -32,7 +32,7 @@
 
 class VXIDevice(object):
     def __init__(self, host, device):
-        self.v = vxi_11.vxi_11_connection(host, device = device)
+        self.v = vxi_11.vxi_11_connection(host, device = device, timeout = 1500)
 
     def flush(self, timeout = None):
         pass