Ticket #4650 (closed: fixed)
TimeSeriesProperty is also missing from Python
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | saviciat@… | Blocked By: | |
Blocking: | Tester: | Andrei Savici |
Description
Not sure how that one slipped through
from mantid.simpleapi import * ws = Load('CNCS_7860_event_nxs') print ws.getRun()['Phase1'].value
currently produces an error
Change History
comment:2 Changed 9 years ago by Martyn Gigg
Refs #4650. Add the missing TimeSeriesProperty export.
Changeset: ac758001a4b1307c1f7e3c313737889fff98c857
comment:4 Changed 9 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.