Closed crnbaker closed 2 years ago
Fixes #6.
The tests described in #6 were carried out. During the testing, the following bugs were encountered and fixed:
SpectrumDevice.configure_trigger()
SpectrumDevice.list_features
Several improvements were also made to the test package to aid with testing on hardware.
Fixes #6.
The tests described in #6 were carried out. During the testing, the following bugs were encountered and fixed:
SpectrumDevice.configure_trigger()
will now only apply external trigger settings if an external trigger is enabled.SpectrumDevice.list_features
now returns a feature tuple for each card of a device, as the features in each card may differ.Several improvements were also made to the test package to aid with testing on hardware.