prologix.py

changeset 35
3b7a38af5c42
parent 14
07e2cbf140df
equal deleted inserted replaced
34:022e881b758e 35:3b7a38af5c42
6 6
7 """ 7 """
8 import serial 8 import serial
9 import time 9 import time
10 10
11 import gpib 11 import pygpib
12 from gpib import ConnectionError 12 from pygpib import ConnectionError
13 13
14 GPIB_CONTROLLER = 1 14 GPIB_CONTROLLER = 1
15 GPIB_DEVICE = 0 15 GPIB_DEVICE = 0
16 16
17 class GPIB(object): 17 class GPIB(object):

mercurial