Skip to content

SentioProberDev/Examples-Python

Repository files navigation

SentioProberControl - Samples

This archive contains python sample code for remotely controlling a MPI Probe Station running the MPI SENTIO Software Suite. In order to use the code you need a physical probe station or an Installation of the SENTIO control software running in demo mode on a local PC.

Prerequisites

  • To use this examples you need a Version of the SENTIO Probe Station Control software. You can run the software either in demo mode or in combination with a real probe station.
  • We recommend using Visual Studio Code for the development of Python code. Visual Studio Code is a free IDE with python support. You can download it from here: https://code.visualstudio.com/. Please make sure to also install the Python extensions. Visual Studio Code will prompt you for their installation when you open a python project for the first time.

Getting the samples to work

  • Download or Clone this Archive
  • Install Required Python Packages: pip install -r requirements.txt
  • Select and start a python file

Table of Contents

Set up a round wafermap remotely

Set up a recangular wafermap remotely

This example demonstrates basic stepping over a wafermap without subsites

Direct sending of low level remote commands via TCP/IP or GPIB (ADLINK)

This script shows how to set and change basic camera parameters.