Holger Müller
e9a850a877
Create pythonapp.yml
2019-11-24 18:19:57 +01:00
Holger Mueller
39a1a8d18a
Updated test cases
2019-11-24 18:12:51 +01:00
Holger Mueller
9e09f8ec9f
fixed typo
2019-11-24 17:48:15 +01:00
Holger Mueller
42594da396
Merge branch 'upstream_Development' into feature/si_use_decimal
2019-11-24 17:35:35 +01:00
Rune B. Broberg
dedceedd87
0.2.1 alpha 1
2019-11-24 14:35:04 +01:00
Rune B. Broberg
43f412f7f2
Reset reference on the combined logmag chart fixed
2019-11-24 14:27:39 +01:00
Holger Mueller
0d99293e98
Code cleanups
...
moved groupDelay out of unneeded RFTools class
splited some Marker code to functions
2019-11-23 11:45:34 +01:00
Rune B. Broberg
bab15a73d0
Fix for updating Y scale zoom (Thanks Harry!), cleanup
2019-11-22 16:41:30 +01:00
Rune Broberg
b2f2e4c208
When zooming using the scroll wheel: Hold Shift to zoom only values, or Control to zoom only frequencies.
2019-11-22 14:13:39 +01:00
Rune Broberg
2a67e1cc41
Make sure fixed/automatic menu options behave. Cleanup.
2019-11-22 14:07:38 +01:00
Rune Broberg
e8c26a680e
Warn users the first time they try to use the manual calibration buttons
2019-11-22 13:54:14 +01:00
Holger Mueller
d1696c594f
SITools: Value now calls parser if input type is str
2019-11-22 10:05:03 +01:00
Holger Mueller
09b364f0f5
SITools: added a format assertion
2019-11-22 09:44:06 +01:00
Holger Mueller
ba3f31e60b
SITools: add min and max for parsing
...
added parse_clamp_min and parse_clamp_min
fixed tests for RFTools
2019-11-22 09:41:04 +01:00
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