Skip to content
Discussion options

You must be logged in to vote

@littlebaker

I can get these data at one time for some reason

i guess that's just how your instruments work, right? :)

now moving to answering your question:

  1. there's no need to iterate over the values of the arrays that you're getting, add_results supports taking arrays of values, so you can pass a grid made of x and y and the z values directly to add_results like this .add_results((x_param, x_gridd), (y_param, y_grid), (z_param, z)) where x_grid, y_grid = numpy.meshgrid(x, y) (i might be wrong with the exact use of meshgrid, please look in numpy docs for details of how to create a grid from vectors) and qcodes internally will store them as (x_grid[1], y_grid[1], z[1]), (x_grid[2], y_g…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@cyrus-baker
Comment options

Answer selected by cyrus-baker
Comment options

You must be logged in to vote
2 replies
@cyrus-baker
Comment options

@cyrus-baker
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants