Holger Mueller
a5b10559f1
fixes
2019-11-21 22:56:40 +01:00
Holger Mueller
8216f7d1a0
Fixes
2019-11-21 22:50:52 +01:00
Holger Mueller
91a8e3af2d
get more si precision with using Decimal
2019-11-21 22:25:40 +01:00
mihtjel
68acf7d514
Merge pull request #106 from zarath/feature/touchstone_lazy
...
Feature/touchstone lazy
2019-11-21 13:44:36 +01:00
Holger Mueller
0e211fbb0b
Tochstone.py removed unused setFilename method
2019-11-21 13:43:31 +01:00
Holger Mueller
28222efbb8
added .vscode to .gitignore
2019-11-21 13:25:21 +01:00
Holger Mueller
b6d041e999
Added r as attribute to Touchstone
2019-11-21 13:23:17 +01:00
Holger Mueller
ec8eb79168
Touchstone Class can now parses more lazy
...
- float resistance value can be float now, but will be converted to int
- comment lines can be placed everywhere
- unordered frequencies will be sorted
2019-11-21 13:17:34 +01:00
Rune Broberg
f3ba3fe3a8
Cleanup
2019-11-20 16:56:09 +01:00
Rune Broberg
394b65f844
Consistent naming with the rest of the software.
2019-11-20 16:53:56 +01:00
Rune Broberg
192423dfdd
Apply immediately when the value is changed.
2019-11-20 16:37:57 +01:00
Rune Broberg
7f0bde67e7
Early version of offset delay
2019-11-20 15:02:03 +01:00
Rune Broberg
dc2cd080c7
Small error in the hardware interface
2019-11-20 14:10:24 +01:00
mihtjel
ea28cc21d8
Merge pull request #102 from zarath/bugfix/touchstone_options
...
Bugfix/touchstone options
2019-11-19 19:59:36 +01:00
Holger Mueller
e27e1a90a0
Merge branch 'bugfix/touchstone_options'
2019-11-19 19:20:34 +01:00
Holger Mueller
d22bd74316
Merge branch 'upstream_Development'
2019-11-19 19:20:14 +01:00
Holger Mueller
686b445562
added unit tests to touchstone module
2019-11-19 19:16:02 +01:00
Holger Mueller
a283148ec6
fixed options factor prorperty
...
parsing tried to update factor but factor is now
a property
2019-11-19 19:13:45 +01:00
mihtjel
d84168b1da
Merge pull request #100 from mihtjel/feature/touchstone_rewrite
...
Feature/touchstone rewrite
2019-11-19 12:35:55 +01:00
Holger Mueller
914e640217
fixed bug - Touchstone phase data is in degrees
2019-11-19 12:26:54 +01:00
Holger Mueller
ed42cd311a
Spelling errors and missleading comment removed
2019-11-19 11:49:43 +01:00
Holger Mueller
c21ebba3fb
Touchstone: added type hints
2019-11-19 11:34:15 +01:00
Holger Mueller
f02524c4de
Touchstone: setter not needed for lists
2019-11-19 11:32:07 +01:00
Holger Mueller
ee1f7bf909
Touchstone unit assertions
2019-11-19 11:27:05 +01:00
Holger Mueller
f9fafca0e2
reverted to write after load in NanoVNASaver
...
reverted as data is not updated on charts if save
wouldn't be called ... bug #99 keeps open in this regard
2019-11-19 10:27:59 +01:00
Holger Mueller
6db03fc481
Touchstone: added db format parsing
2019-11-19 10:27:21 +01:00
Holger Mueller
2add3f8dc9
fixed typo
2019-11-19 10:03:46 +01:00
Holger Mueller
c3639b2557
Rewrite of touchstone parser
...
- keeped compatible with previous version
- add test examples of touchstone files
- commented out writing to loaded file to fix bug #99
2019-11-19 10:00:17 +01:00
Holger Mueller
d12cdd4b24
added sample touchstone files for test purposes
2019-11-19 09:00:52 +01:00
Holger Mueller
ba5da125e2
Reimplementation of touchstone parser
2019-11-18 23:59:28 +01:00
mihtjel
253777db0a
Merge pull request #95 from davesmotleyprojects/Development
...
Add unit test framework
2019-11-18 09:12:48 +01:00
mihtjel
a60208aab3
Merge pull request #97 from zarath/refactor/RFTools
...
Refactor/rf tools
2019-11-18 09:12:18 +01:00
mihtjel
99a2e73f05
Merge pull request #98 from zarath/feature/SITools_add_strip
...
Feature/si tools add strip
2019-11-18 09:10:39 +01:00
Holger Mueller
c8afac2dc6
Full Precission sweep format
2019-11-18 08:00:45 +01:00
Holger Mueller
9c465303a7
Merge branch 'Development' of github.com:mihtjel/nanovna-saver into upstream_Development
2019-11-18 07:45:55 +01:00
Rune B. Broberg
51059506e0
Control markers with the arrow keys while a chart is selected. Up and right increase frequency, left and down reduce.
2019-11-17 22:26:00 +01:00
Rune B. Broberg
28b8db1bfe
Finished capacitance chart.
...
Added inductance chart.
2019-11-17 21:45:08 +01:00
dhunt1342
40ecf2fa20
Merge branch 'Development' of https://github.com/mihtjel/nanovna-saver into Development
2019-11-17 11:01:07 -05:00
Holger Mueller
d00ef61aee
RFTools: renamed clamp function
...
renamed and allow numbers.Real as parameters
2019-11-17 15:56:43 +01:00
Holger Mueller
50dcf944b8
Renamed to_methods to methods
2019-11-17 14:42:12 +01:00
Holger Mueller
6b2506ff4b
Replaced RFTools.normalize50 by Datapoint method
2019-11-17 14:25:53 +01:00
Holger Mueller
10399ad8c4
Replaced RFTools.qualityFactor by q_factor method
2019-11-17 14:02:12 +01:00
Holger Mueller
8dd67ac85e
Replaced RFTools.gain by Datapoint property
2019-11-17 13:51:20 +01:00
Holger Mueller
2405408eec
Make gain a datapoint property
2019-11-17 12:55:45 +01:00
Holger Mueller
b52fa930a6
Make vswr a datapoint property
2019-11-17 12:53:59 +01:00
Holger Mueller
f6d614b247
Replaced RFTools.calculateVSWR by Datapoint method
2019-11-17 12:33:31 +01:00
Holger Mueller
5a43b1b42a
Merge branch 'Development' of github.com:mihtjel/nanovna-saver into upstream_Development
2019-11-17 05:04:24 +01:00
mihtjel
76f1280d1d
Merge pull request #96 from mihtjel/feature/sloppy_parser
...
Feature/sloppy parser
2019-11-16 23:50:44 +01:00
dhunt1342
1aa4e22d5a
Modified unittests to match regression behavior
...
Modified unittests to match regression behavior. There appears to be a loss of accuracy regression in the formatSweepFrequency changes.
2019-11-16 11:49:59 -05:00
dhunt1342
dcc1800c92
ReSync to mihtjel
...
ReSync to https://github.com/mihtjel/nanovna-saver.git Development stream
2019-11-16 11:29:25 -05:00