Skip to content
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

Update Infiniium.py: add option to save waveform to usb #1716

Merged
merged 15 commits into from
Dec 9, 2019

Conversation

pjramsey37
Copy link
Contributor

Adding a basic function save_data for saving displayed waveforms as a data list, and an accompanying parameter data_format for setting the format to save it in.

Fixes #issuenumber.

Changes proposed in this pull request:

  • I missed a comma after the vals line in the added data_format parameter. This needs adding in.

@mention one core developer

Adding a basic function save_data for saving displayed waveforms as a data list, and an accompanying parameter data_format for setting the format to save it in.
@jenshnielsen jenshnielsen changed the title Update Infiniium.py Update Infiniium.py: add option to save waveform to usb Sep 12, 2019
@codecov
Copy link

codecov bot commented Sep 14, 2019

Codecov Report

Merging #1716 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1716   +/-   ##
=======================================
  Coverage   70.38%   70.38%           
=======================================
  Files         152      152           
  Lines       18859    18859           
=======================================
  Hits        13274    13274           
  Misses       5585     5585

@pjramsey37 pjramsey37 closed this Sep 14, 2019
@jenshnielsen
Copy link
Collaborator

@pjramsey37 Did you close this on purpose?

@pjramsey37
Copy link
Contributor Author

@jenshnielsen Yes, but I guess maybe I shouldn't have done? I have no clue what a pull request is - I created it because I couldn't work out how to edit my submission and that was the only way I could see to alert someone else to the mistake I'd left in the code, and I figured now it was fixed I have no further need of it.

@WilliamHPNielsen
Copy link
Contributor

I think we should reopen this PR, then, shouldn't we?

@astafan8
Copy link
Contributor

how to edit my submission

@pjramsey37 when looking at the diff of the file, there's a menu on the right where you can choose to "edit file". You could also work locally using your own fork of qcodes instead of using github for that (if this didn't make any sense to you, i suggest to read some tutorials about github, and perhaps git).


back to the initial purpose of the PR:

Adding a basic function save_data for saving displayed waveforms as a data list, and an accompanying parameter data_format for setting the format to save it in.

@pjramsey37 is the PR still relevant? if yes, then let's make sure that all the tests pass and there are no typos or mistakes code-wise, and after that let's merge it, so that other users can benefit from your contribution :)

@astafan8 astafan8 reopened this Sep 23, 2019
@astafan8 astafan8 added this to the v0.9.0 milestone Dec 2, 2019
@astafan8
Copy link
Contributor

astafan8 commented Dec 5, 2019

@pjramsey37 is this change still needed? we haven't heard from you for a while... If it still is, let's merge, otherwise I will close.

@pjramsey37
Copy link
Contributor Author

@astafan8 Sorry. When my job ended I just gave up on sorting this since I couldn't see how to fix the merging issues. I'm hoping I've now fixed the issues which prevented merging (which mostly related to line length).

Copy link
Contributor

@astafan8 astafan8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pjramsey37 great! thank you! then i'll take care of merging it and fixing necessary formatting things.

@jenshnielsen jenshnielsen merged commit 3236b2c into microsoft:master Dec 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants