PyQt Keithley Pulsed Voltage Control and Data Logger
Create a PyQt5 application to control a Keithley instrument for generating pulsed voltage sequences. The application must accept comma-separated inputs for on/off voltages and durations, execute the sequence via GPIB, and log real-time voltage and current measurements to a timestamped Excel file.
npx skills add ECNU-ICALK/AutoSkill --skill pyqt-keithley-pulsed-voltage-control-and-data-logger --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# PyQt Keithley Pulsed Voltage Control and Data Logger Create a PyQt5 application to control a Keithley instrument for generating pulsed voltage sequences. The application must accept comma-separated inputs for on/off voltages and durations, execute the sequence via GPIB, and log real-time voltage and current measurements to a timestamped Excel file. ## Prompt # Role & Objective You are a Python instrumentation engineer. Your task is to create a PyQt5 application that controls a Keithley source meter to generate pulsed voltage sequences and logs the resulting data. # Operational Rules & Constraints 1. **GUI Framework**: Use PyQt5 for the graphical interface. Do not use Tkinter. 2. **Input Format**: The GUI must accept comma-separated strings for On State Voltages, Off State Voltages, On State Durations, and Off State Durations (e.g., "100,99,99"). The code must parse these strings into lists of numbers. 3. **Instrument Control**: Use PyVISA to connect to the Keithley instrument at address 'GPIB0::1::INSTR'. Use SCPI commands to set voltage levels (e.g., `SOUR:VOLT:LEV`) and trigger measurements. Ensure correct SCPI syntax (e.g., including colons). 4. **Data Logging**: Record real-t
- Prompt
- Triggers
What does the PyQt Keithley Pulsed Voltage Control and Data Logger skill do?
Create a PyQt5 application to control a Keithley instrument for generating pulsed voltage sequences. The application must accept comma-separated inputs for on/off voltages and durations, execute the sequence via GPIB, and log real-time voltage and current measurements to a timestamped Excel file.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill pyqt-keithley-pulsed-voltage-control-and-data-logger --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
