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

warning when creating VoltageDivider #804

Closed
peendebak opened this issue Oct 19, 2017 · 2 comments
Closed

warning when creating VoltageDivider #804

peendebak opened this issue Oct 19, 2017 · 2 comments

Comments

@peendebak
Copy link
Contributor

Minimal example:

import qcodes
import  qcodes.instrument_drivers.devices
from qcodes.instrument_drivers.devices import VoltageDivider

p = qcodes.Parameter('p', set_cmd=None)
R = VoltageDivider(p, 4)

The warning emitted is

c:\svn\qcodes\qcodes\instrument\parameter.py:207: UserWarning: Wrapping get method, original get method will not be directly accessible. It is recommended to define get_raw in your subclass instead.
@jenshnielsen
Copy link
Collaborator

This should be fixed by #802 now

@WilliamHPNielsen
Copy link
Contributor

Since #802 is merged, I close this issue.

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

3 participants