Section 3: Using the web interface
Models 707B and 708B 199BSwitching Matrix User's Manual
3-14
707B-900-01 Rev. B / June 2013
Script management options
Existing scripts are listed in the User Scripts box on the left side of TSB Embedded.
To run a script, click the name of the script and then click
Run
.
To delete a script, click the name of the script and click
Delete
. The script is deleted from the User
Scripts list and from the nonvolatile memory of the instrument.
To stop operation of a script, click
Abort Script
.
To export the selected script to the computer, click
Export to PC
. Choose the directory in which to
save the script and click
Save
.To export the selected script to the computer, click
Export to PC
.
Choose the directory in which to save the script and click
Save
. To export the selected script to the
computer, click
Export to PC
. Choose the directory in which to save the script and click
Save
. Scripts
are saved to a file with the extension
tsp
. TSP files are native to Test Script Builder or TSB
Embedded, but they can be opened and edited in any text editor.
To import scripts from the computer, click
Import from PC
. Select the directory that contains the file.
You can only import files with the extension
tsp
.
To clear the name box and the box that contains the script, click
Clear
.
To view the contents of a script, type the name of a script in the TSP Script box and click
View
Script
.
Exercise: Use the command line to close and open channels
Use the command line interface to perform close and open operations on channels:
1. To send a single command to the instrument, you can enter it in the Console box.
2. To close channel 1B02, enter
channel.close("1B02")
in the Console box.
3. Click
Enter
to send the command.
4. To open all channels, enter
channel.open("allslots")
in the Console box.
5. Click
Enter
to send the command.
Figure 25: Enter command in Console box
6. To resend a command, click the arrow on the left side of the Console box.
Figure 26: Web interface console