Skip to content

sampsyo/bkp1696

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

BK Precision 1696

This is a Python library for communicating with the BK Precision 1696 power supply via its serial interface, manual. You can control the supply's parameters and take voltage/current readings.

For example:

import psup
with psup.Supply() as sup:
    sup.voltage(1.3)
    volts, amps = sup.reading()
    print ('%f V, %f A' % (volts, amps))

For more details, see my blog post about a setup using this library to measure the dynamic power of a smartphone.

About

control and query the BK Precision 1696 power supply

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages