Skip to content

Commit

Permalink
Move Location of TSP Resources Sections in Walkthrough and README (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
esarver authored Dec 19, 2024
1 parent 8277cbb commit 09c853c
Show file tree
Hide file tree
Showing 4 changed files with 650 additions and 336 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- support dynamically creating enums for configured nodes
- handling dynamically creating enums for trigger.model.setblock() command parameter

### Changed

- Change location of TSP Resources sections in Walkthrough and README

### Fixed
- making sure that node[N].execute(), node[N].getglobal() and node[N].setglobal() only visible in TSP-Link systems

Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ code-completion suggestions, inline help, and TSP command documentation.

<a href="https://www.tek.com/en/video/product-demo/leveraging-test-script-processor-technology-with-keithley-tsp-toolkit"><img width="560" height="315" src="./resources/DemoVideoThumbnail.png" altText="TSP Toolkit Demo Video"></img></a>

## Resources and Tutorials

- [TSP Toolkit Feature Walkthrough][tsp-toolkit-feature-walkthrough]
- [TSP Landing Page on Tek.com][tsp]
- [TSP Video Series][tsp-video-series]
- [App Note: How to Write TSP Scripts for TSP][app-note-how-to-write-tsp-scripts]
- [TSP Script Example Repository][tsp-script-examples]


## Installed Extensions

Keithley TSP Toolkit will automatically install the [sumneko.lua][sumneko]
Expand Down Expand Up @@ -88,15 +97,6 @@ then it is possible to have TSP Toolkit automatically configure your project for
4. Enter your instrument model name for the `"self"` attribute in the JSON.



## Resources and Tutorials

- [TSP Toolkit Feature Walkthrough][tsp-toolkit-feature-walkthrough]
- [TSP Landing Page on Tek.com][tsp]
- [TSP Video Series][tsp-video-series]
- [App Note: How to Write TSP Scripts for TSP][app-note-how-to-write-tsp-scripts]
- [TSP Script Example Repository][tsp-script-examples]

## Feature Details

The Keithley TSP Toolkit includes:
Expand Down
Loading

0 comments on commit 09c853c

Please sign in to comment.