-
-
Notifications
You must be signed in to change notification settings - Fork 139
VXI11 lock handling #633
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
Merged
Merged
VXI11 lock handling #633
Changes from 28 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
e8da4ea
lock on open
hb020 2a24ca1
add test for locks
hb020 a92fa8f
add tests
hb020 f128a99
expand tests
hb020 3d3aebd
Merge branch 'main' of github.com:hb020/pyvisa-py into vxi11-lock-han…
hb020 5533c87
device_lock corrected
hb020 e21bffe
add lock check in existing required vxi11 functions
hb020 dadded1
add doc
hb020 7a6fdfe
clarify code doc
hb020 330ae7f
doc update
hb020 dedccb3
improve doc
hb020 e732098
integrate lock_timeout
hb020 f8db6d8
more doc
hb020 62f2557
return codes to be corrected
hb020 0c826af
slowly better
hb020 4ea23ae
Merge branch 'main' of github.com:hb020/pyvisa-py into vxi11-lock-han…
hb020 5b8b53e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 9f6d778
added PR #
hb020 0407e59
correct ruff
hb020 1358e20
add more tests
hb020 ddaad9f
finishing vxi-11
hb020 47381aa
Merge branch 'main' of github.com:hb020/pyvisa-py into vxi11-lock-han…
hb020 46b86e7
doc
hb020 77c55dd
concentrate flags and lock timeout
hb020 9339f95
move to VI_KTATTR_LOCKWAIT
hb020 c8a45f3
mypy patch
hb020 3f0b6ce
ruff mismatch
hb020 11528ea
faq update
hb020 c51c633
Merge branch 'main' into vxi11-lock-handling
hb020 12f7dba
merge remote/local
hb020 fc24c4c
improved doc
hb020 696f0f8
comment clean up
hb020 6b5afa5
clarify faq
hb020 0043e6a
faq correction
hb020 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you need this since we force set this attribute?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise you get this:
NameError: name 'VI_KTATTR_LOCKWAIT' is not definedIt needs to be added to pyvisa.constants
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clarified faq
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops. you're right. WIll correct the faq.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
corrected