You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Minimal example:
The warning emitted is
The text was updated successfully, but these errors were encountered: