\(\renewcommand\AA{\unicode{x212B}}\)
MultipleExperimentInfos¶
This is a Python binding to the C++ class Mantid::API::MultipleExperimentInfos.
- class mantid.api.MultipleExperimentInfos¶
- addExperimentInfo((MultipleExperimentInfos)self, (object)ExperimentalInfo) None : ¶
Add a new
ExperimentInfo
to thisIMDWorkspace
- copyExperimentInfos((MultipleExperimentInfos)self, (MultipleExperimentInfos)MultipleExperimentInfos) None : ¶
Copy the
ExperimentInfo
from another
- getExperimentInfo((MultipleExperimentInfos)self, (int)expInfoIndex) ExperimentInfo : ¶
Return the experiment info at the given index.
- getNumExperimentInfo((MultipleExperimentInfos)self) int : ¶
Return the number of
ExperimentInfo
objects,