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
On initialization, drivers based on the N52xx PNA base class throw warnings about **kwargs not being forwarded on traces.
Steps to reproduce
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.
The text was updated successfully, but these errors were encountered:
On initialization, drivers based on the N52xx PNA base class throw warnings about **kwargs not being forwarded on traces.
Steps to reproduce
qcodes.instrument_drivers.Keysight.N5245A.N5245A
)Actual behaviour
Warning thrown:
The text was updated successfully, but these errors were encountered: