Ticket #977 (closed: fixed)
Python: Expose methods to give access to non detector instrument components
Reported by: | Nick Draper | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | blocker | Milestone: | Iteration 20 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Expose
- IInstrument::getComponentByName
- IInstrument::getComponentByID
- IInstrument::nElements
- IInstrument::operator[]
- ICmptAssembly::nElements
- ICmptAssembly::operator[]
Change History
Note: See
TracTickets for help on using
tickets.
(In [3301]) Added more acces to the instrument and components from Python. The wrapper classes have also been removed as they were not actually needed and they exposed classes now have access to their base classes. Re #977