We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be nice when we load_device or add_device to keep track of the original client. You could then also have a property like on happi.Device
load_device
add_device
happi.Device
@property def in_database(self): if self.client: return True else: return False
The text was updated successfully, but these errors were encountered:
Hi @teddyrendahl , I am a beginner and would like to contribute. If this issue is still up, can you please help me out with how to get started.
Sorry, something went wrong.
ENH: Storing client when loading or adding devices, issue pcdshub#61
1dc3e61
No branches or pull requests
Expected Behavior
Would be nice when we
load_device
oradd_device
to keep track of the original client. You could then also have a property like onhappi.Device
The text was updated successfully, but these errors were encountered: