LibreVNA/Documentation/UserManual/SCPI_Examples
2022-11-14 00:08:45 +01:00
..
.gitignore Simple python script for demonstrating SCPI programming 2021-04-15 20:06:23 +02:00
libreVNA.py Save/load calkit SCPI command + re-entrancy bugfix during calibration 2022-11-14 00:08:45 +01:00
README.md fix link 2021-04-15 20:17:08 +02:00
retrieve_trace_data.py additional SCPI example for trace data reading 2021-09-15 18:20:44 +02:00
simple_generator_control.py Simple python script for demonstrating SCPI programming 2021-04-15 20:06:23 +02:00

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.

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