Skip to content

Since all the other wrappers either require VISA binary or are not generic (and do not implement the device I need)

License

Notifications You must be signed in to change notification settings

vDorst/python-scpi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-scpi

Since all the other wrappers either require VISA binary or are not generic (and do not implement the device I need)

Basic idea here is to make transport-independent command sender/parser and a device baseclass that implements the common SCPI commands

A device specific implementation can then add the device-specific commands.

Pro tip for thos wishing to work on the code http://guide.python-distribute.org/pip.html#installing-from-a-vcs

TODO

Check Carrier-Detect for RS232 transport

in the RS232 transport check getCD to make sure the device is present before doing anything. CTS can also be checked even if hw flow control is not in use.

Basically wait for it for X seconds and abort if not found

ZMQ/DBus signals and helpers

For remote-control and sharing access to the resource

About

Since all the other wrappers either require VISA binary or are not generic (and do not implement the device I need)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%