Skip to content

Python wrapper for serial communication with Schott microscopy light source (MC-LS)

License

Notifications You must be signed in to change notification settings

AndreEbel/PySchott

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PySchott

Python wrapper for serial communication with Schott microscopy light source (MC-LS)

To be used with light sources from Schott

Tested on:

  • MC-LS

Basic usage

import PySchott
light = PySchott.MCLS_Light()
light.set_on()
light.set_intensity(0.5)
light.set_off()

Installation

This package can be installed locally with PIP after downloading the files

About

Python wrapper for serial communication with Schott microscopy light source (MC-LS)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published