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
In [3]: object_explorer(tens) --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) <ipython-input-3-cc4cea0a6087> in <module> ----> 1 object_explorer(tens) /share1/bluesky/conda_envs/bluesky_2020_1/lib/python3.7/site-packages/apstools/utils.py in object_explorer(obj, sortby, fmt, printing) 350 t.addLabel("PV reference") 351 t.addLabel("value") --> 352 items = _ophyd_structure_walker(obj) 353 logger.debug(f"number of items: {len(items)}") 354 /share1/bluesky/conda_envs/bluesky_2020_1/lib/python3.7/site-packages/apstools/utils.py in _ophyd_structure_walker(obj) 328 """ 329 # import pdb; pdb.set_trace() --> 330 if isinstance(obj, ophyd.EpicsSignalBase): 331 return [obj] 332 elif isinstance(obj, ophyd.Device): AttributeError: module 'ophyd' has no attribute 'EpicsSignalBase' In [4]:
The text was updated successfully, but these errors were encountered:
should be: ophyd.signal.EpicsSignalBase
ophyd.signal.EpicsSignalBase
Sorry, something went wrong.
6f0502d
prjemian
No branches or pull requests
The text was updated successfully, but these errors were encountered: