forked from microsoft/Qcodes
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fork update #1
Merged
Merged
Fork update #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* SGS100A Driver Adding parameter to SGS100A driver to allow on/off of IQ modulation. * Change parameter name Forgot to change a few lines in previous commit. * Strip trailing whitespace * remove .DS_Store files * Ignore DS_Store
* Travis try to run plot tests * Setting this to false does nothing so remove it * dont need explicit install
* add debugging and make the final write more robust * add test based on bug report * logging: update old loggers * rename instrument to avoid error in test suite * save even in case of keyboardinterrupt * insert argument in all places
* make print_readable_snapshot work with value-less parameters * Update docstring, don't use try-except
* set_parser for seq element setting added * Add Permissive int validator To be used for parameters that may be set as floats but should be cast to int * Still validate this and parse it too
* add colormap to json * use config for colormap
* Un deprecate ManualParameter * VoltageDivider get/set to get/set_raw * Use get_raw in tests * multi channel parameter -> get_raw
_latest is no longer a function so make sure we do a deep copy rather than modify the dict Also only try to convert time tuple if this is actually a datetime object
* Update core maintainers fixes #809 * add all four Ninja Turtles to the .rst
* update installation instructions * Add spyder and remove typing typing module is only need on olderversions for backport
WilliamHPNielsen
pushed a commit
that referenced
this pull request
Nov 14, 2017
* beginnings of vna driver extension to get spectroscopy mode working * debug spec mode on ZNB * measuting with ZNB * removed T3 specific modifications, now in wrappers pr #1 * removed unused imports, time and partial * The znb may return a float so round before casting to an int
ThorvaldLarsen
pushed a commit
that referenced
this pull request
Dec 28, 2018
* [DEM-564] Create a new HDAWG8 driver from ZI example
ThorvaldLarsen
pushed a commit
that referenced
this pull request
May 21, 2019
Typofix: changed 'NOR' to 'NORM', so it works
ThorvaldLarsen
pushed a commit
that referenced
this pull request
Feb 10, 2021
Use one thread per instrument
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updating personal fork to latest version of master Qcodes.