-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Custom LAN Device Name for TCPIP Connections (#267)
* feat: added optional lan_device_name to DeviceConfigEntry. This field is only used when connecting to TCPIP. If connection type is TCPIP, default is to use 'inst0'; * test: updated unit test for lan_device_name to DeviceConfigEntry. * docs: updated configuration.md to add documentation for lan_device_name in the config; * docs: updated docstring of lan_device_name to include default. * docs: updated CHANGELOG.md * feat: removed lan device name enum to allow users to specify custom/any lan device name (this follows NI-MAX UI) * fix: updated docstring of add_device to include default value of lan_device_name. * docs: capitalized connection type in configuration.md documentation. * refactor: set lan_device_name to default in get_visa_resource_expression rather than post init. * refactor: set gpib board number to default in get_visa_resource_expression rather than post init. * refactor: simplified gpib validation change. * ci: Don't bother checking for the absolute latest node version when just testing code and linting * ci: Don't install node as a part of running tox --------- Co-authored-by: Felt, Nicholas <nicholas.felt@tektronix.com>
- Loading branch information
1 parent
b9f6f96
commit 42c47e6
Showing
9 changed files
with
72 additions
and
27 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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 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