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

Keysight VNA p5004b driver #6726

Merged
merged 12 commits into from
Mar 7, 2025
Prev Previous commit
Next Next commit
Rerun precommit hooks
jenshnielsen committed Mar 6, 2025
commit 7dabf014e521a9acd755714199b439b33f6f4589
7 changes: 1 addition & 6 deletions src/qcodes/instrument_drivers/Keysight/Keysight_P5004B.py
Original file line number Diff line number Diff line change
@@ -19,11 +19,6 @@ def __init__(
max_freq=20e9,
min_power=-80,
max_power=10,
nports=2,
nports=2,
**kwargs,
)