Generating Bash Scripts
To export the plotted charts as an image to generate reports on a UNIX-based operating system, use the Curl script for the displayed chart.
To download the plotted configuration in SVG file format:
-
Click Bash on the Automation pane.
-
A window appears where the Bash/Curl script for the current chart is displayed.
-
Highlight and copy the Bash/Curl script to the clipboard.
-
Paste the contents of the clipboard in a text editor.
-
Modify the filename, if required, for easy identification.
Note: Keysight recommends modifying only a few sections mentioned below. The rest of the code contains information about the plotted chart and should not be edited.
-
Open the Git Bash/Curl SSH Client.
-
Paste the script in the client.
-
Press Enter on the keyboard.
-
The script has successfully run when the logs of the image download appear on the Git Bash or CURL SSH client without any errors.
-
By default, the image is extracted to the “C:/Users/<user-account>” folder on your machine, which is the same as the same as that for Git Bash client.
-
The image is exported in the SVG format.