# HG changeset patch # User Daniel O'Connor # Date 1316582860 -34200 # Node ID 12b6a3a0a481f110d677c13b73144e66a56ea503 # Parent c6be52360c2fe61314ee843ae762bfc315bf2b29 Change timeout to 1500 - seems to help the Anritsu at Trondheim.. diff -r c6be52360c2f -r 12b6a3a0a481 vxi.py --- 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