Skip to content

SentioProberDev/SentioProberControl

Repository files navigation

GitHub issues Version

SENTIO® Prober Control - Python Bindings

This archive contains a package with python bindings to control a MPI SENTIO® probe station.

AST_Back_2A fw_

Instructions for installing the SENTIO® prober control Python package

The package for controlling MPI probe stations running the MPI SENTIO Software suite is now available via pythons package index. To install the package simply type:

python -m pip install sentio-prober-control

You no longer need to download the package by yourself, just use pip. If you cannot access the internet from your machine you can still download the archives from the release section of this project.

Example-Scripts

A set of example scripts for python is maintained in a separate archive at GitHub.

https://github.com/SentioProberDev/Examples-Python

Troubleshooting

Most problems arise from having multiple python environments on the local machine and installing the sentio-prober-control package into the wrong python environment. You can list all installed packages with the command:

python -m pip list

Make sure that the sentio-prober-control package in the latest version is in that list.

Instructions for Package maintainer

Manually Building a Package