Ticket #3928 (closed: fixed)
Expose ObjCompAssemply to python
Reported by: | Andrei Savici | Owned by: | Andrei Savici |
---|---|---|---|
Priority: | minor | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Jose Borreguero |
Description
Change History
comment:2 Changed 9 years ago by Andrei Savici
- Status changed from accepted to verify
- Resolution set to fixed
In [15179]:
comment:3 Changed 9 years ago by Andrei Savici
To test run the following python commands:
LoadEmptyInstrument(Filename="CNCS_Definition.xml",OutputWorkspace="w") w=mtd["w"] inst=w.getInstrument() det=inst[3] p1=det[0][0][1][1] print p1.getID()
The output should be 129
Note: See
TracTickets for help on using
tickets.