Skip to content

Conversation

@burkeds
Copy link
Collaborator

@burkeds burkeds commented Nov 12, 2025

Removing unnecessary TangoReadable class. For equivalent functionality, simply inherit from TangoDevice and StandardReadable. Added set_trl method to TangoDeviceConnector to change the trl before connecting the device. Previously this was done by accessing the public trl attribute directly. In TangoDevice, trl was given a default value of an empty string to allow for setting the trl after initialization.

Fixes #757

…y, simply inherit from TangoDevice and StandardReadable. Added set_trl method to TangoDeviceConnector to change the trl before connecting the device. Previously this was done by accessing the public trl attribute directly. In TangoDevice, trl was given a default value to allow for setting the trl after initialization.
@burkeds burkeds linked an issue Nov 12, 2025 that may be closed by this pull request
@burkeds burkeds requested a review from coretl November 12, 2025 09:05
Copy link
Collaborator

@coretl coretl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@coretl coretl merged commit e86f971 into main Nov 12, 2025
21 checks passed
@coretl coretl deleted the 757-delete-tangoreadable branch November 12, 2025 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Delete TangoReadable

3 participants