From 84145c495b5ca10bca846039ed0334dc357a8d81 Mon Sep 17 00:00:00 2001 From: Odhner Date: Thu, 28 Mar 2024 15:09:05 -0400 Subject: [PATCH] Add Link to new TSP Toolkit extension TSP Toolkit is now the recommended way to write for and communicate with TSP instruments. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da2459a..71ab742 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,11 @@ If you don't want to clone this entire repository, it's still possible to take i ## Relevant Keithley Software -If you're looking for officially supported software, we invite you to visit [tek.com/software](https://www.tek.com/software). Here are some especially relevant software options for controlling Keithley equipment: -- [Test Script Builder](https://www.tek.com/keithley-test-script-builder), dedicated IDE for TSP code development. +If you're looking for officially supported software, we invite you to visit [tek.com/software](https://www.tek.com/software). Here are some relevant software options for controlling Keithley equipment: +- [Keithley TSP Toolkit (Beta)](https://github.com/tektronix/tsp-toolkit), An open source [Visual Studio Code](https://code.visualstudio.com/) extension that facilitates communicating with TSP instruments from VS Code, adds command auto-complete and syntax checking, and provides TSP command documentation from within VS Code. - [KickStart](https://www.tek.com/products/keithley/keithley-control-software-bench-instruments/kickstart), Instrument control and automation software for both Keithley and Tektronix products. - [Keithley Automated Characterization Suite (ACS)](https://www.tek.com/products/keithley/semiconductor-test-systems/automated-characterization-suite), Advanced characterization and automation software. +- [Test Script Builder](https://www.tek.com/keithley-test-script-builder), dedicated IDE for TSP code development. Consider using the Visual Studio Code extension, TSP Toolkit, instead. - [More Information on TSP](https://www.tek.com/solutions/application/test-automation/tsp-for-test-automation), our instrument control command set and programming language ## Maintainers