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)arg1) → str :

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

facility((InstrumentInfo)arg1) → FacilityInfo :

Returns the facility that contains this instrument.

filePrefix((InstrumentInfo)arg1, (int)arg2) → str :

Returns file prefix for this instrument

instdae((InstrumentInfo)arg1) → 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)arg1) → str :

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

shortName((InstrumentInfo)arg1) → str :

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

techniques((InstrumentInfo)arg1) → std_set_str :

Return list of techniques this instrument supports

zeroPadding((InstrumentInfo)arg1, (int)arg2) → int :

Returns zero padding for this instrument