Release 0.993
Pre-release
Pre-release
Release 0.993 (February 2020)
This release has a fair bit of changes and restructuring that was required to catch up to QAAnalyzer release 0.993 (which is required to run this release). The biggest change in this release is that external analyzer input gains are now part of every test spec. This means every test was touched, and thus you should be verifying your results against hand measurements to confirm the code is correct AND that offsets you've specified are being acted upon correctly.
- Added Analyzer Input Offset to each test
- Added Y axis settings to each test. This makes it easy to ensure that audit images that are saved to log file correctly capture the range of interest
- Fixed bug where frequency response sweeps weren't working.
- Fixed bug where switching tests plans could result in inability to re-establish connection to QA401.
- Moved FFT sizes from bytes to kBytes. In older test-plans (pre 0.993) that are opened, they will be migrated automatically. FFT sizes must be power of two. But instead of specying 32768 or 65536, which are hard numbers for non-software folks to remember, you can now specify 32K or 64K.
- EfficiencyA07 wil now work on single channel or both channels. If a single channel, then all of the measured Power In to the amp is assumed going to that channel. If two channels are specified, then input power is split equally between both channels.
- Logging will now happen to the file Tractor_log.txt located in \documents\QuantAsylum\Tractor. Mostly this is exceptions.
- Paths formed are now linux-safe
- Added ability to set Y axis limits for all audio settings
- HTML logging cleanup