mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 15:33:51 +00:00
SA/GEN integration tests + bugfixes
This commit is contained in:
parent
ec6fae5822
commit
0c17288ece
11 changed files with 171 additions and 15 deletions
|
|
@ -42,7 +42,7 @@ data = vna.query(":VNA:TRACE:DATA? S11")
|
|||
|
||||
# Returned data is just a string containing all the measurement points.
|
||||
# Parsing the data returns a list containing frequency/complex tuples
|
||||
S11 = vna.parse_trace_data(data)
|
||||
S11 = vna.parse_VNA_trace_data(data)
|
||||
|
||||
for x in S11:
|
||||
print(x)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue