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

add access to roach_state to parent measurements #10

Open
gitj opened this issue Apr 25, 2016 · 1 comment
Open

add access to roach_state to parent measurements #10

gitj opened this issue Apr 25, 2016 · 1 comment

Comments

@gitj
Copy link
Member

gitj commented Apr 25, 2016

given a SweepArray, in order to know the roach_state (which is nearly constant across the underlying stream_arrays), one must do something like:
roach_state = meas.stream_arrays[0].roach_state
which is awkward.
For sensible cases, we should provide access to roach_state at a higher level.
Specific use cases are knowing what the modulation state is or the dac_attenuation
@danielflanigan what do you think?

@danielflanigan
Copy link
Contributor

We could just add the non-varying parts to sweep.state.roach ... if the state is varying per stream I don't think it makes sense to select one of those snapshots as the official one to use at the sweep level.

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

No branches or pull requests

2 participants