Документ взят из кэша поисковой машины. Адрес оригинального документа : 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
Кодировка:

Поисковые слова: arp 220
lsst.tcc: tcc.base.loadInst Namespace Reference
lsst.tcc  1.2.2-3-g89ecb63
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
tcc.base.loadInst Namespace Reference

Functions

def loadInst
 Create an instrument block for the specified instrument. More...
 

Variables

list __all__ = ["loadInst"]
 

Function Documentation

def tcc.base.loadInst.loadInst (   instDir,
  instName,
  gcViewName = None,
  writeToUsers = None,
  cmd = None 
)

Create an instrument block for the specified instrument.

Parameters
[in]instDirpath to instrument dir (typically tcc.base.getInstDir())
[in]instNamename of instrument (e.g. "DIS"); case is ignored; may be an abbreviation if unique
[in]gcViewNamename of guide camera view; unlike instName, this may not be an abbreviation; if "" or None then no guide camera view is loaded
[in]writeToUserstccActor.writeToUsers or a similar function; if None, write to stdout
[in]cmdcommand (twistedActor.BaseCmd) associated with this request, or None
Returns
an Inst
Exceptions
CommandErrorif instrument not found or name not unique
Warning
: does not update the AxeLim block (you must do that separately)

Definition at line 12 of file loadInst.py.

Variable Documentation

list tcc.base.loadInst.__all__ = ["loadInst"]

Definition at line 10 of file loadInst.py.