You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ TSP-enabled Tektronix and Keithley instruments. This toolkit delivers a complete
17
17
***Script Debugging** - On-instrument debugging with breakpoints, step execution, and variable inspection.
18
18
***Automated Script Generation** - Configuration-driven interface to create TSP scripts without manual coding.
19
19
***System Configuration Management** - Support for TSP-Link™ networks and multi-instrument setups.
20
+
***\[Beta] Data Export**
21
+
-**\[Beta]** Save script output to a file
22
+
-**\[Beta]** Save buffer contents to a file
23
+
-**\[Beta]** Start and stop saving commands and output to a file
20
24
21
25
## Quick Start
22
26
@@ -109,7 +113,7 @@ To execute your TSP scripts on connected instruments, you can perform one of the
109
113
110
114
1. Right-click a TSP file in the explorer or editor and select "Send Script to Terminal"
111
115
2. Click the Run icon in the editor title bar when a TSP file is open
112
-
3.\[Beta] Save the output of a script to a file by clicking on the "\[Beta] Save TSP Script Output" option under the run/debug icon drop down at the top of the editor
116
+
3.**\[Beta]** Save the output of a script to a file by clicking on the "\[Beta] Save TSP Script Output" option under the run/debug icon drop down at the top of the editor
113
117
114
118
### Automated TSP Script Generation
115
119
@@ -233,6 +237,8 @@ Extensions installed through the marketplace are subject to the [Marketplace Ter
233
237
-[App Note: How to Write TSP Scripts for TSP][app-note-how-to-write-tsp-scripts]
234
238
-[App Note: Effortless Script Generation with TSP Toolkit ][app-note-script-gen]
235
239
-[TSP Script Example Repository][tsp-script-examples]
240
+
- Clone or download the ZIP file of the repository using the "Code" button
241
+

0 commit comments