Skip to content

Instantly share code, notes, and snippets.

@SamThomas
SamThomas / SCPI.py
Created July 11, 2012 08:10
Agilent 34401A driver
import time
import serial
import random
class SCPI:
def __init__(self,device,port):
self.device = device
self.port = port
try: