InstrumentInfo

This a python binding to the C++ class Mantid::Kernel::InstrumentInfo.

class mantid.kernel.InstrumentInfo
__init__()

Raises an exception This class cannot be instantiated from Python

delimiter((InstrumentInfo)self) → str :

Returns the delimiter between the instrument name and the run number.

facility((InstrumentInfo)self) → FacilityInfo :

Returns the facility that contains this instrument.

filePrefix((InstrumentInfo)self, (int)runNumber) → str :

Returns file prefix for this instrument

instdae((InstrumentInfo)self) → str :

Returns the host name and the port of the machine hosting DAE and providing port to connect to for a live data stream

name((InstrumentInfo)self) → str :

Returns the full name of the instrument as defined in the Facilites.xml file

shortName((InstrumentInfo)self) → str :

Returns the abbreviated name of the instrument as definined in the Facilites.xml file

techniques((InstrumentInfo)self) → std_set_str :

Return list of techniques this instrument supports

zeroPadding((InstrumentInfo)self, (int)runNumber) → int :

Returns zero padding for this instrument