Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.apo.nmsu.edu/Telescopes/TCC/html/namespacetcc_1_1base_1_1load_inst.html
Дата изменения: Tue Sep 15 02:25:40 2015 Дата индексирования: Sun Apr 10 04:46:53 2016 Кодировка: Поисковые слова: п п п п п п п п п п п п п п п п п п п п п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п п р п |
lsst.tcc
1.2.2-3-g89ecb63
|
Functions | |
def | loadInst |
Create an instrument block for the specified instrument. More... | |
Variables | |
list | __all__ = ["loadInst"] |
def tcc.base.loadInst.loadInst | ( | instDir, | |
instName, | |||
gcViewName = None , |
|||
writeToUsers = None , |
|||
cmd = None |
|||
) |
Create an instrument block for the specified instrument.
[in] | instDir | path to instrument dir (typically tcc.base.getInstDir()) |
[in] | instName | name of instrument (e.g. "DIS"); case is ignored; may be an abbreviation if unique |
[in] | gcViewName | name of guide camera view; unlike instName, this may not be an abbreviation; if "" or None then no guide camera view is loaded |
[in] | writeToUsers | tccActor.writeToUsers or a similar function; if None, write to stdout |
[in] | cmd | command (twistedActor.BaseCmd) associated with this request, or None |
CommandError | if instrument not found or name not unique |
Definition at line 12 of file loadInst.py.
list tcc.base.loadInst.__all__ = ["loadInst"] |
Definition at line 10 of file loadInst.py.