From 86e53e9f5a10cac40989c2fe0a4de8b1af955479 Mon Sep 17 00:00:00 2001 From: jankae Date: Thu, 15 Apr 2021 20:16:56 +0200 Subject: [PATCH 1/2] Readme for SCPI examples --- Documentation/UserManual/SCPI_Examples/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Documentation/UserManual/SCPI_Examples/README.md diff --git a/Documentation/UserManual/SCPI_Examples/README.md b/Documentation/UserManual/SCPI_Examples/README.md new file mode 100644 index 0000000..834776f --- /dev/null +++ b/Documentation/UserManual/SCPI_Examples/README.md @@ -0,0 +1,7 @@ +# SCPI Programming Examples +This directory contains some basic examples, demonstrating the scripting capabilities of the LibreVNA using the SCPI interface. They are only intended as a starting point, for the complete list of available commands see the [SCPI Programming Guide](ProgrammingGuide.pdf). + +## How to run the examples +1. Connect the LibreVNA to your computer +2. Start the LibreVNA-GUI and make sure that the SCPI server is enabled (Window->Preferences->General). The examples use the default port (19542). +3. Use python3 to run an example From 26dd2080517920a15a65ff3dd02ca31532b3abef Mon Sep 17 00:00:00 2001 From: jankae Date: Thu, 15 Apr 2021 20:17:08 +0200 Subject: [PATCH 2/2] fix link --- Documentation/UserManual/SCPI_Examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/UserManual/SCPI_Examples/README.md b/Documentation/UserManual/SCPI_Examples/README.md index 834776f..73bac5d 100644 --- a/Documentation/UserManual/SCPI_Examples/README.md +++ b/Documentation/UserManual/SCPI_Examples/README.md @@ -1,5 +1,5 @@ # SCPI Programming Examples -This directory contains some basic examples, demonstrating the scripting capabilities of the LibreVNA using the SCPI interface. They are only intended as a starting point, for the complete list of available commands see the [SCPI Programming Guide](ProgrammingGuide.pdf). +This directory contains some basic examples, demonstrating the scripting capabilities of the LibreVNA using the SCPI interface. They are only intended as a starting point, for the complete list of available commands see the [SCPI Programming Guide](../ProgrammingGuide.pdf). ## How to run the examples 1. Connect the LibreVNA to your computer