/tensile-LCR-tester

This application controls Hioki's LCR meter (IM3536) and Sigma Kouki's stage controller (controller: shot-702, stage: SGSP-26-200) at the same time.

Primary LanguagePythonMIT LicenseMIT

tensile-LCR-tester

This application controls Hioki's LCR meter and Sigma Kouki's stage controller at the same time.

⚠️ Note: This repo is not actively maintained. It's an older version of https://github.com/5yutan5/pyAutoLab.

This is an unfinished project.

Main Application Window

Corresponding devices

The following devices are supported.

It is necessary to install the driver for the device in advance.

LCR METER IM3536 driver

2 axis Stage Controller Shot702 driver

Runtime dependencies

Important Note: Most all of the dependencies listed below will not be installed automatically. So you need to install them.

  • Python 3.9+
  • PySide6 6.0.1+
  • psutil 5.8+
  • pyserial 3.5+

Installation

It can be installed with both pip and conda, but installing with conda is deprecated. Please refer to the installation guide for installation details.

Installation method

pip install git+https://github.com/5yutan5/tensile-LCR-tester

Get started

After all the installation is complete, the following command enter the terminal.

tltester

The application will launch and the device connection dialog will be displayed.

Application start window