ExperimentInfo

This a python binding to the C++ class Mantid::API::ExperimentInfo.

class mantid.api.ExperimentInfo
__init__()

Raises an exception This class cannot be instantiated from Python

getEFixed((ExperimentInfo)self, (int)detId) → float
getEMode((ExperimentInfo)self) → DeltaEModeType :

Returns the energy mode.

getInstrument((ExperimentInfo)self) → Instrument :

Returns the instrument for this run.

getInstrumentFilename((str)instrument[, (str)date='']) → str :

Returns IDF

getRunNumber((ExperimentInfo)self) → int :

Returns the run identifier for this run.

mutableRun((ExperimentInfo)self) → Run :

Return a modifiable Run object.

mutableSample((ExperimentInfo)self) → Sample :

Return a modifiable Sample object.

run((ExperimentInfo)self) → Run :

Return the Run object. This cannot be modified, use mutableRun to modify.

sample((ExperimentInfo)self) → Sample :

Return the Sample object. This cannot be modified, use mutableSample to modify.

setEFixed((ExperimentInfo)self, (int)detId, (float)value) → None