Skip to content

Code to interface with GPIB equipment using a USB to GPIB adaptor (prologix)

License

Notifications You must be signed in to change notification settings

langfordw/gpibusb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpibusb

Code to interface with GPIB equipment using a USB to GPIB adaptor (prologix)

usage:

import gpibusb
dc_ps = gpibusb.GPIBUSB("/dev/tty.usbserial-PX8WHCO8")
dc_ps.sendCommand("apply 5.0, 0.1") # set current limit to 0.1A, voltage to 5V
dc_ps.sendCommand("output on") # turn on the output

About

Code to interface with GPIB equipment using a USB to GPIB adaptor (prologix)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages