Skip to content

Commit 9830ccd

Browse files
authored
feat: add data export to README (#213)
1 parent bf4ab73 commit 9830ccd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ The Instrument Explorer provides an intuitive interface for discovering, connect
8181
- **Firmware Upgrade**: Upgrade instrument firmware directly from the explorer interface.
8282
- **Terminal Integration**: Open terminal connections to instruments with a single click.
8383
- **Reset & Abort**: Control instrument state with reset and abort functions.
84+
- **\[Beta] Save Buffers to File**: Save the contents of a reading buffer to a CSV-format file
85+
- **\[Beta] Save Commands and Output to File**: Save any proceeding commands and their output to a file
8486

8587
### Terminal Usage
8688

@@ -107,6 +109,7 @@ To execute your TSP scripts on connected instruments, you can perform one of the
107109

108110
1. Right-click a TSP file in the explorer or editor and select "Send Script to Terminal"
109111
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
110113

111114
### Automated TSP Script Generation
112115

0 commit comments

Comments
 (0)