-
Notifications
You must be signed in to change notification settings - Fork 321
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 functionalities to dpo measurement #1656
Add functionalities to dpo measurement #1656
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1656 +/- ##
==========================================
+ Coverage 67.01% 67.04% +0.03%
==========================================
Files 143 143
Lines 17645 17677 +32
==========================================
+ Hits 11825 11852 +27
- Misses 5820 5825 +5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no experience with this scope but the changes seems sensible enough to me
"time_constant", | ||
get_cmd="MEASUrement:STATIstics:WEIghting?", | ||
set_cmd="MEASUrement:STATIstics:WEIghting {}", | ||
get_parser=int |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not obvious to me how this works. Would it make sense to include a docstring for this parameter?
…nctionalities_to_dpo_measurement
@jenshnielsen, I think I have addressed your comment. Can you merge this PR if there are no further issues? |
We add the following functionalities to the measurement submodule of the driver:
state
to True)@astafan8 Can you have a look, please?