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
fix: Attempt to grab the ip_address for all connection types (#471)
* fix: Attempt to get an ip_address even if USBTMC is the connection type
* chore: Changelog update
* chore: move changelog entry to more appropriate section
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ Things to be included in the next release go here.
25
25
### Changed
26
26
27
27
- Updated the `PIControl.query_binary()` method to include PyVISA-compatible arguments, enabling users to fully utilize the complete functionality of the PyVISA method.
28
+
- Updated the `Device.ip_address` property to remove the USB connection type exclusion.
0 commit comments