GitXplorerGitXplorer
b

vna_qt

public
8 stars
1 forks
5 issues

Commits

List of commits on branch main.
Verified
c81f330fc10e97ab5bae93383a214257c05f0bdb

Delete codeql-analysis.yml

bbvernoux committed 3 years ago
Verified
440ba5c893c07e55d5dbc1b38863aec436712951

Delete main.yml

bbvernoux committed 3 years ago
Verified
3d860cd43f1742afe0347c36711f459c394fe6c0

Create codeql-analysis.yml

bbvernoux committed 3 years ago
Verified
73fae4642ca936683f37a7fc499a286b3799353f

Create main.yml

bbvernoux committed 3 years ago
Unverified
c32e7eb563ea06bd53318f2bb17bebc0889ed93c

Update README.md

bbvernoux committed 4 years ago
Unverified
285837485204ae3fd7447179497e723cf1fec0db

Update README.md

bbvernoux committed 4 years ago

README

The README file for this repository.

The vna_qt application allows

  • To read/write all main VNA Stimulus
    • Frequency Start / Stop, Frequency Center / Span (compute the Frequency Step in MHz)
    • Number of Points
  • To acquire Touchstone ".S1P and .S2P" files (called also Snp) from HP 8753 series vector network analyzers with a Keysight USB/GPIB interface

This application has been developed & tested only with "Keysight 82357B USB/GPIB Interface USB 2.0" on Windows computer (32bits or 64bits).

This application is based on Qt5 framework and shall build & work fine on GNU/Linux too (not tested since lot of time), any contribution/fix are welcome.

A big part of the code in that project is taken from John Miles, KE5FX mainly because VNA.EXE is not compatible with "Keysight 82357B USB/GPIB Interface USB 2.0"

  • Code available on http://www.ke5fx.com/gpib/readme.htm (included in GPIB Toolkit)
  • Main code used from John Miles are spline.cpp & sparams.cpp and lot of other parts are related to VNA.EXE source code.
  • It support both 32bits and 64bits visa lib.

Pre-Requisites:

  • Software Qt Creator 4.x (to build the code)
    • For development I use Qt Creator which compile the code with Visual Studio 2019 Community with static build of Qt 5.x (to avoid any external dependencies)
  • Software: VISA Components
  • Hardware: HP 8753 series vector network analyzers
    • This application has been tested only with HP 8753D VNA with firmware 06.14 with OPTS 002 006 010 (from 30kHz to 6GHz)