CPD c44cfac3af Revert "Add get_led_name method"
This reverts commit ea49062d80ea30ec96498fc1e5a9f744b49008d1.
2025-03-12 16:44:24 +01:00
2025-01-21 18:43:07 +01:00
2025-03-12 16:44:24 +01:00
2025-01-17 12:17:42 +01:00
2025-03-05 14:42:19 +01:00
2025-03-12 16:35:53 +01:00

CPDCTRL

A python library and interactive command-line utility for measuring CPD (contact potential difference).

To run the interactive utility, launch Powershell, activate the python virtual environment and then run the script with ipython

cd cpdctrl
.\venv\Scripts\Activate.ps1
ipython -i .\cpdctrl\cpdctrl\cpdctrl-interactive.py

In the ipython shell, run help() to get a list of available functions and help topics.

Devices

Voltage Measurement:

  • Keithley 2700 SMU for measuring the voltage (CPD)

Led Controller:

  • Arduino Nano connected to a Thorlabs LEDD1B for controlling the light source (LED)
  • Thorlabs DC2200
Description
No description provided
Readme GPL-3.0 373 KiB
Languages
Python 98.1%
C++ 1.9%