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

Document how to access to database values embedded in a conditional loop out of the loop #134

Open
lcontami opened this issue Mar 21, 2018 · 4 comments
Labels
docs Documentation issue

Comments

@lcontami
Copy link
Member

Maybe this is the behavior that was expected, since otherwise the user might get a bug during the measurement run (when he access a value defined in the conditional loop while it is false), but I would prefer it to work.

@lcontami
Copy link
Member Author

an example:
test.meas.ini.zip

@MatthieuDartiailh
Copy link
Member

Did you set the proper access exception ? You cannot access entries defined in a ComplexTask from outside save if you specifically ask for it.

@MatthieuDartiailh
Copy link
Member

If this is not clear from the docs they should be clarified and/or an entry should be added in the FAQ.

@MatthieuDartiailh MatthieuDartiailh added the docs Documentation issue label Mar 21, 2018
@MatthieuDartiailh MatthieuDartiailh changed the title Can't access database values embedded in a conditional loop out of the loop Document how to access to database values embedded in a conditional loop out of the loop Mar 21, 2018
@lcontami
Copy link
Member Author

Thks, didn't know this option existed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation issue
Projects
None yet
Development

No branches or pull requests

2 participants