FacilityInfo

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

class mantid.kernel.FacilityInfo
__init__()

Raises an exception This class cannot be instantiated from Python

archiveSearch((FacilityInfo)self) → std_vector_str :

Return the archive search interface names

computeResources((FacilityInfo)self) → std_vector_str :

Returns a vector of the available compute resources

delimiter((FacilityInfo)self) → str :

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

extensions((FacilityInfo)self) → std_vector_str :

Returns the list of file extensions that are considered as instrument data files.

instrument((FacilityInfo)self, (str)instrumentName) → InstrumentInfo :

Returns the instrument with the given name

instruments((FacilityInfo)self) → std_vector_InstrumentInfo :
Returns a list of instruments of this facility as defined in the Facilities.xml file
instruments( (FacilityInfo)self, (str)technique) -> std_vector_InstrumentInfo :
Returns a list of instruments of given technique
liveListener((FacilityInfo)self) → str :

Returns the name of the default live listener

name((FacilityInfo)self) → str :

Returns name of the facility as definined in the Facilities.xml file

preferredExtension((FacilityInfo)self) → str :

Returns the extension that is preferred for this facility

zeroPadding((FacilityInfo)self) → int :

Returns default zero padding for this facility