Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 848 Bytes

File metadata and controls

15 lines (12 loc) · 848 Bytes

Runs a frequency sweep using the (interpolated) factory calibration, collects the measurements, converts the S21 measurements to the time, domain and prints out the result in the time domain.

Running the example

You will need the following files from the SDK in order to execute the example code:

  • All platforms: vna.py
  • Windows: _vna_python.pyd, vna.lib, vna_python.lib, vna.dll, ftd2xx.dll
  • Linux: _vna_python.so, libvna.so and libftd2xx.so
  • macOS: _vna_python.dylib, libvna.dylib and libftd2xx.dylib

Linux and macOS: when running the example, make sure that libvna is on the library path. For example, on Linux run LD_LIBRARY_PATH=. python3 03_time_domain_transform.py if libvna.so is in the current working directory. The equivalent command on macOS would be: DYLD_LIBRARY_PATH=. python3 03_time_domain_transform.py