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
@@ -81,6 +85,8 @@ The Instrument Explorer provides an intuitive interface for discovering, connect
81
85
-**Firmware Upgrade**: Upgrade instrument firmware directly from the explorer interface.
82
86
-**Terminal Integration**: Open terminal connections to instruments with a single click.
83
87
-**Reset & Abort**: Control instrument state with reset and abort functions.
88
+
-**\[Beta] Save Buffers to File**: Save the contents of a reading buffer to a CSV-format file
89
+
-**\[Beta] Save Commands and Output to File**: Save any proceeding commands and their output to a file
84
90
85
91
### Terminal Usage
86
92
@@ -107,6 +113,7 @@ To execute your TSP scripts on connected instruments, you can perform one of the
107
113
108
114
1. Right-click a TSP file in the explorer or editor and select "Send Script to Terminal"
109
115
2. Click the Run icon in the editor title bar when a TSP file is open
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
110
117
111
118
### Automated TSP Script Generation
112
119
@@ -230,6 +237,8 @@ Extensions installed through the marketplace are subject to the [Marketplace Ter
230
237
-[App Note: How to Write TSP Scripts for TSP][app-note-how-to-write-tsp-scripts]
231
238
-[App Note: Effortless Script Generation with TSP Toolkit ][app-note-script-gen]
232
239
-[TSP Script Example Repository][tsp-script-examples]
240
+
- Clone or download the ZIP file of the repository using the "Code" button
241
+
![Clone or download from GitHub using the "Code" button][pic-example-repo-download]
0 commit comments