Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
microsoft
/
Qcodes
Public
Notifications
You must be signed in to change notification settings
Fork
360
Star
453
Code
Issues
195
Pull requests
79
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Feature/simulated instruments
- #859
#859
Merged
Jens Hedegaard Nielsen (jenshnielsen)
merged 46 commits into
microsoft:master
microsoft/Qcodes:master
from
WilliamHPNielsen:feature/simulated_instruments
WilliamHPNielsen/Qcodes:feature/simulated_instruments
Copy head branch name to clipboard
Dec 6, 2017
Conversation
Commits
46
(46)
Checks
Files changed
Merged
Feature/simulated instruments
#859
Jens Hedegaard Nielsen (jenshnielsen)
merged 46 commits into
microsoft:master
microsoft/Qcodes:master
from
WilliamHPNielsen:feature/simulated_instruments
WilliamHPNielsen/Qcodes:feature/simulated_instruments
Copy head branch name to clipboard
Commits
Commits on Nov 6, 2017
style: PEP8 and type hints
William H.P. Nielsen (WilliamHPNielsen)
committed
fc50fd0
View commit details
Copy full SHA for fc50fd0
Browse repository at this point
Commits on Nov 7, 2017
[WIP] develop some mocking system
William H.P. Nielsen (WilliamHPNielsen)
committed
0e46f8a
View commit details
Copy full SHA for 0e46f8a
Browse repository at this point
Make all validators expose valid values
William H.P. Nielsen (WilliamHPNielsen)
committed
afd8641
View commit details
Copy full SHA for afd8641
Browse repository at this point
add tests for XX.valid_values
William H.P. Nielsen (WilliamHPNielsen)
committed
27d9ccb
View commit details
Copy full SHA for 27d9ccb
Browse repository at this point
fix two mypy errors
William H.P. Nielsen (WilliamHPNielsen)
committed
73bc419
View commit details
Copy full SHA for 73bc419
Browse repository at this point
fix a bug discovered by codacy
William H.P. Nielsen (WilliamHPNielsen)
committed
344b1c3
View commit details
Copy full SHA for 344b1c3
Browse repository at this point
Merge branch 'validators/expose_valid_vals' into driver/MercuryiPS
William H.P. Nielsen (WilliamHPNielsen)
committed
db98f05
View commit details
Copy full SHA for db98f05
Browse repository at this point
Commits on Nov 8, 2017
[WIP] Make new mocking system for SCPI instruments
William H.P. Nielsen (WilliamHPNielsen)
committed
4197bea
View commit details
Copy full SHA for 4197bea
Browse repository at this point
make VISAInstrument take visalib as argument
William H.P. Nielsen (WilliamHPNielsen)
committed
831f05d
View commit details
Copy full SHA for 831f05d
Browse repository at this point
Commits on Nov 9, 2017
Introduce PyVISA-sim as a means to mock + clean up
William H.P. Nielsen (WilliamHPNielsen)
committed
c7397a6
View commit details
Copy full SHA for c7397a6
Browse repository at this point
remove mocking.py from this branch
William H.P. Nielsen (WilliamHPNielsen)
committed
17e0f18
View commit details
Copy full SHA for 17e0f18
Browse repository at this point
remove base.py from mockers in this branch
William H.P. Nielsen (WilliamHPNielsen)
committed
97fce59
View commit details
Copy full SHA for 97fce59
Browse repository at this point
Apply PEP8 to test_ami430.py
William H.P. Nielsen (WilliamHPNielsen)
committed
8a4afc8
View commit details
Copy full SHA for 8a4afc8
Browse repository at this point
Commits on Nov 10, 2017
make folder for driver tests, move the one we have
William H.P. Nielsen (WilliamHPNielsen)
committed
9519ad6
View commit details
Copy full SHA for 9519ad6
Browse repository at this point
Make tests pass, deprecate old non-standard backend selection
William H.P. Nielsen (WilliamHPNielsen)
committed
a2a4354
View commit details
Copy full SHA for a2a4354
Browse repository at this point
rename a folder
William H.P. Nielsen (WilliamHPNielsen)
committed
81e4910
View commit details
Copy full SHA for 81e4910
Browse repository at this point
add logging to visa.py (ours, in instruments)
William H.P. Nielsen (WilliamHPNielsen)
committed
84d5af7
View commit details
Copy full SHA for 84d5af7
Browse repository at this point
add module level logger and make pyvisa-sim not sleep
William H.P. Nielsen (WilliamHPNielsen)
committed
92a464b
View commit details
Copy full SHA for 92a464b
Browse repository at this point
add more properties to simulated instrument
William H.P. Nielsen (WilliamHPNielsen)
committed
a720b9b
View commit details
Copy full SHA for a720b9b
Browse repository at this point
PEP8
William H.P. Nielsen (WilliamHPNielsen)
committed
ff79933
View commit details
Copy full SHA for ff79933
Browse repository at this point
Commits on Nov 13, 2017
make our visa log the instrument name
William H.P. Nielsen (WilliamHPNielsen)
committed
b629b08
View commit details
Copy full SHA for b629b08
Browse repository at this point
expose three simulated AMI430's (one per axis)
William H.P. Nielsen (WilliamHPNielsen)
committed
fdfa0c7
View commit details
Copy full SHA for fdfa0c7
Browse repository at this point
add test for AMI430 using PyVISA-sim backend
William H.P. Nielsen (WilliamHPNielsen)
committed
65153b1
View commit details
Copy full SHA for 65153b1
Browse repository at this point
[MILESTONE] Finish PyVISA-sim test of AMI430
William H.P. Nielsen (WilliamHPNielsen)
committed
0e74dd1
View commit details
Copy full SHA for 0e74dd1
Browse repository at this point
Commits on Nov 14, 2017
add __init__.py to sims folder
William H.P. Nielsen (WilliamHPNielsen)
committed
ecc1812
View commit details
Copy full SHA for ecc1812
Browse repository at this point
remove the old AMI430 test
William H.P. Nielsen (WilliamHPNielsen)
committed
97644b7
View commit details
Copy full SHA for 97644b7
Browse repository at this point
add pyvisa-sim to test_requirements.txt
Show description for 54f57b8
William H.P. Nielsen (WilliamHPNielsen)
committed
54f57b8
View commit details
Copy full SHA for 54f57b8
Browse repository at this point
make pyvisa-sim instruments respond to writes and remove a setter
William H.P. Nielsen (WilliamHPNielsen)
committed
fe88e82
View commit details
Copy full SHA for fe88e82
Browse repository at this point
only set write.termination for simulated instruments
William H.P. Nielsen (WilliamHPNielsen)
committed
ec64668
View commit details
Copy full SHA for ec64668
Browse repository at this point
remove debug line from driver
William H.P. Nielsen (WilliamHPNielsen)
committed
407107d
View commit details
Copy full SHA for 407107d
Browse repository at this point
remove all traces of old mocking system
Show description for 1f7eef3
William H.P. Nielsen (WilliamHPNielsen)
committed
1f7eef3
View commit details
Copy full SHA for 1f7eef3
Browse repository at this point
rename the test for ami430
William H.P. Nielsen (WilliamHPNielsen)
committed
3b9fabb
View commit details
Copy full SHA for 3b9fabb
Browse repository at this point
remove last remaining traces of testing
William H.P. Nielsen (WilliamHPNielsen)
committed
ac97517
View commit details
Copy full SHA for ac97517
Browse repository at this point
refactor: most elegantly refactor the IPToVisa __init__
William H.P. Nielsen (WilliamHPNielsen)
committed
0552837
View commit details
Copy full SHA for 0552837
Browse repository at this point
change a multi-line string to a comment
William H.P. Nielsen (WilliamHPNielsen)
committed
c51999b
View commit details
Copy full SHA for c51999b
Browse repository at this point
add a test for the visa backend warning
William H.P. Nielsen (WilliamHPNielsen)
committed
c1b1baa
View commit details
Copy full SHA for c1b1baa
Browse repository at this point
Commits on Nov 30, 2017
Merge branch 'master' into feature/simulated_instruments
Jens Hedegaard Nielsen (jenshnielsen)
authored
b5660b6
View commit details
Copy full SHA for b5660b6
Browse repository at this point
use module level logging
William H.P. Nielsen (WilliamHPNielsen)
committed
1372748
View commit details
Copy full SHA for 1372748
Browse repository at this point
remove print call
William H.P. Nielsen (WilliamHPNielsen)
committed
25f2b1f
View commit details
Copy full SHA for 25f2b1f
Browse repository at this point
update docstring for valid_values
William H.P. Nielsen (WilliamHPNielsen)
committed
e7addd9
View commit details
Copy full SHA for e7addd9
Browse repository at this point
Merge branch 'feature/simulated_instruments' of github.com:WilliamHPNielsen/Qcodes into feature/simulated_instruments
William H.P. Nielsen (WilliamHPNielsen)
committed
37914d8
View commit details
Copy full SHA for 37914d8
Browse repository at this point
update driver tutorial notebook
Show description for f86b556
William H.P. Nielsen (WilliamHPNielsen)
committed
f86b556
View commit details
Copy full SHA for f86b556
Browse repository at this point
Commits on Dec 1, 2017
add an example notebook on simulated instruments
William H.P. Nielsen (WilliamHPNielsen)
committed
5780753
View commit details
Copy full SHA for 5780753
Browse repository at this point
Commits on Dec 5, 2017
make device_clear a NOOP for simulated instruments
William H.P. Nielsen (WilliamHPNielsen)
committed
42d82a7
View commit details
Copy full SHA for 42d82a7
Browse repository at this point
Merge branch 'master' into feature/simulated_instruments
William H.P. Nielsen (WilliamHPNielsen)
authored
1f1c7a4
View commit details
Copy full SHA for 1f1c7a4
Browse repository at this point
Merge branch 'master' into feature/simulated_instruments
William H.P. Nielsen (WilliamHPNielsen)
authored
2267bb7
View commit details
Copy full SHA for 2267bb7
Browse repository at this point
You can’t perform that action at this time.