Skip to content

sdickreuter/python-pistage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-pistage

This software is not associated with PI. Use it at your own risk.

PI nano Pizeo Stage Controller python module

This python module provides access to some basic functionality for PI nano Piezo Stage Controllers. PI also distributes a bindings for their c++ library, but this python module uses the simple Serial Interface most controllers provide, which is more straightforward to use (IMHO).

If you are not 100% sure what you are doing, stick with the software supplied by PI.

Status

At the moment work is only done for the E-545 Controller, because that's the System that I use.

Quickstart

After installing test if it's working by:

import PIStage
stage = PIStage.E545()
print stage.pos()

Contributing

Feel free to contribute :)

About

Python Files for Controlling a PI nano Piezo Stage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages