-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test class hierarchy #11
Commits on Mar 3, 2015
-
New branch which supports multiple AWGs.
AWGs are new MATLAB objects with a interface class AWG. The 'driver class'inherits from this AWG class and implements the hardware specific methods. This commit includes the UNTESTED classes for Tektronix and PXDAC AWGs. The interface is provided by the class VAWG which is a virtual awg and allows mapping of pulsecontrol channels to harware channels on diffrent AWGs.
Configuration menu - View commit details
-
Copy full SHA for c753719 - Browse repository at this point
Copy the full SHA c753719View commit details -
Configuration menu - View commit details
-
Copy full SHA for 507bd65 - Browse repository at this point
Copy the full SHA 507bd65View commit details -
Configuration menu - View commit details
-
Copy full SHA for c640540 - Browse repository at this point
Copy the full SHA c640540View commit details
Commits on Mar 4, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 7468699 - Browse repository at this point
Copy the full SHA 7468699View commit details
Commits on Mar 10, 2015
-
Merge pull request #1 from lumip/multiawg
Implemented isPlaybackInProgress in class PXDAC (for PXDAC4800).
Configuration menu - View commit details
-
Copy full SHA for 2e56693 - Browse repository at this point
Copy the full SHA 2e56693View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5471e06 - Browse repository at this point
Copy the full SHA 5471e06View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8231ce - Browse repository at this point
Copy the full SHA f8231ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49a4596 - Browse repository at this point
Copy the full SHA 49a4596View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e0e22b - Browse repository at this point
Copy the full SHA 0e0e22bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dbfa37 - Browse repository at this point
Copy the full SHA 7dbfa37View commit details -
Merge pull request #3 from lumip/multiawg
-Output / Input comparison -significant plstowf speedup (x600)
Configuration menu - View commit details
-
Copy full SHA for 3f5bf3b - Browse repository at this point
Copy the full SHA 3f5bf3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38bc028 - Browse repository at this point
Copy the full SHA 38bc028View commit details -
Configuration menu - View commit details
-
Copy full SHA for b56799f - Browse repository at this point
Copy the full SHA b56799fView commit details -
Restructuring of hardwarePulseTest. It is now object oriented which i…
…ncreases modularity of tests.
Configuration menu - View commit details
-
Copy full SHA for 46ce45e - Browse repository at this point
Copy the full SHA 46ce45eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ba5bf8 - Browse repository at this point
Copy the full SHA 5ba5bf8View commit details -
Merge branch 'multiawg' into OOTests. Conflicts in /hardwarePulseTest…
….m of multiawg (was moved and radically changed in branch OOTests) were resolved manually. Conflicts: hardwarePulseTest.m
Configuration menu - View commit details
-
Copy full SHA for 141f8f4 - Browse repository at this point
Copy the full SHA 141f8f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbb001f - Browse repository at this point
Copy the full SHA fbb001fView commit details
Commits on Mar 13, 2015
-
Changes to the test class, to make it more suitable for experiments,
implemented generic test criterion
Configuration menu - View commit details
-
Copy full SHA for 023271b - Browse repository at this point
Copy the full SHA 023271bView commit details -
Merge pull request #1 from pbethke/OOTests
Changes to the test class, to make it more suitable for experiments,
Configuration menu - View commit details
-
Copy full SHA for e34aa72 - Browse repository at this point
Copy the full SHA e34aa72View commit details
Commits on Mar 15, 2015
-
Moved implementation of evaluate method as well as specific propertie…
…s from TestSetup to DefaultTestSetup. Property errorThreshold is no longer abstract but is given as a constructor argument to DefaultTestSetup, as are duration and inputChannel.
Configuration menu - View commit details
-
Copy full SHA for d50d448 - Browse repository at this point
Copy the full SHA d50d448View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f43212 - Browse repository at this point
Copy the full SHA 8f43212View commit details -
MeasuredData is now a property of the DefaultTestSetup class to allow…
… access to measured as well as expected data for in-depth evaluation if the evaluate function reports failure.
Configuration menu - View commit details
-
Copy full SHA for fc3facb - Browse repository at this point
Copy the full SHA fc3facbView commit details -
DSIOTestSetup and RSAIOTestSetup now configure the DAC correctly for …
…downsampling or repetitive averaging respectively and set expectedData in initPulseGroup().
Configuration menu - View commit details
-
Copy full SHA for 82432bb - Browse repository at this point
Copy the full SHA 82432bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b925676 - Browse repository at this point
Copy the full SHA b925676View commit details
Commits on Mar 16, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 0416f76 - Browse repository at this point
Copy the full SHA 0416f76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 855f89f - Browse repository at this point
Copy the full SHA 855f89fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b05050 - Browse repository at this point
Copy the full SHA 1b05050View commit details -
Configuration menu - View commit details
-
Copy full SHA for 316a52a - Browse repository at this point
Copy the full SHA 316a52aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 364694f - Browse repository at this point
Copy the full SHA 364694fView commit details
Commits on Mar 18, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 9a5d9c0 - Browse repository at this point
Copy the full SHA 9a5d9c0View commit details
Commits on Mar 24, 2015
-
Implemented TestPulseBuilder for the downsampling and repetitive sign…
…al averaging operations as well as TestConfigurationProvider for periodic and table masks.
Configuration menu - View commit details
-
Copy full SHA for ad2f279 - Browse repository at this point
Copy the full SHA ad2f279View commit details -
Removed old classes and adapted the hardwarePulseTest.m to use the ne…
…w ones accordingly.
Configuration menu - View commit details
-
Copy full SHA for 1b03f93 - Browse repository at this point
Copy the full SHA 1b03f93View commit details