MultipleExperimentInfos

This is a Python binding to the C++ class Mantid::API::MultipleExperimentInfos.

class mantid.api.MultipleExperimentInfos
__init__()

Raises an exception This class cannot be instantiated from Python

addExperimentInfo((MultipleExperimentInfos)self, (ExperimentInfo)ExperimentalInfo) → int :

Add a new ExperimentInfo to this IMDWorkspace

copyExperimentInfos((MultipleExperimentInfos)self, (MultipleExperimentInfos)MultipleExperimentInfos) → None :

Copy the ExperimentInfo from another

getExperimentInfo((MultipleExperimentInfos)self, (int)run_index) → ExperimentInfo :

Return the experiment info at the given index.

getNumExperimentInfo((MultipleExperimentInfos)self) → int :

Return the number of ExperimentInfo objects,