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

N52xx PNA Driver Warnings on Initialization #3687

Closed
spauka opened this issue Dec 15, 2021 · 0 comments · Fixed by #3688
Closed

N52xx PNA Driver Warnings on Initialization #3687

spauka opened this issue Dec 15, 2021 · 0 comments · Fixed by #3688

Comments

@spauka
Copy link
Contributor

spauka commented Dec 15, 2021

On initialization, drivers based on the N52xx PNA base class throw warnings about **kwargs not being forwarded on traces.

Steps to reproduce

  1. Initialize a driver based on the N52xx base class (e.g. qcodes.instrument_drivers.Keysight.N5245A.N5245A)

Actual behaviour

Warning thrown:

2021-12-15 17:10:26,061 ¦ py.warnings ¦ WARNING ¦ warnings ¦ _showwarnmsg ¦ 109 ¦ c:\users\xxxxx\qcodes\qcodes\qcodes\instrument\base.py:129: QCoDeSDeprecationWarning: Parameter imaginary on instrument pna_tr4 does not correctly pass kwargs to its baseclass. A Parameter class must take `**kwargs` and forward them to its baseclass.
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

Successfully merging a pull request may close this issue.

1 participant