-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TSP-839 Fix issue with naming of instrument connection (#64)
When we connect to an instrument, the information (io_type, instr_address, model, serial_number, friendly_name etc.) is saved to settings.json. Any item in Instruments pane (discovered or saved) is initially created with label <model#serial_number>. For saved instruments we need to update this to any connection_name if specified by user and this information is fetched from settings.json. Since the settings.json was not updated correctly due to not awaiting, the Instruments pane showed wrong label as compared to terminal name. This is fixed by awaiting when settings.json file is updated. --------- Co-authored-by: GT, Shreya <[email protected]>
- Loading branch information
Showing
4 changed files
with
75 additions
and
41 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