Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.apo.nmsu.edu/Telescopes/TCC/html/namespacetcc_1_1cmd_1_1process.html
Дата изменения: Tue Sep 15 02:25:40 2015
Дата индексирования: Sun Apr 10 04:29:23 2016
Кодировка:

Поисковые слова: южная атлантическая аномалия
lsst.tcc: tcc.cmd.process Namespace Reference
lsst.tcc  1.2.2-3-g89ecb63
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
tcc.cmd.process Namespace Reference

Functions

def process
 

Variables

list __all__ = ["process"]
 
dictionary _ProcNameAttrsDict
 
 _DidCheck = False
 

Function Documentation

def tcc.cmd.process.process (   tccActor,
  userCmd 
)
Implement the process command

@param[in,out] tccActor  tcc actor
    reads tccActor.inst
    writes tccActor.inst and triggers a collimation update
@param[in,out] userCmd  user command

Definition at line 16 of file process.py.

Variable Documentation

list tcc.cmd.process.__all__ = ["process"]

Definition at line 5 of file process.py.

tcc.cmd.process._DidCheck = False

Definition at line 14 of file process.py.

dictionary tcc.cmd.process._ProcNameAttrsDict
Initial value:
1 = {
2  "brdtelpos": ("doBrdTelPos", "brdTelPosTimer", "brdTelPos"),
3  "collimate": ("doCollimate", "collimateTimer", "updateCollimation"),
4  "status": ("doStatus", "statusTimer", "showStatus"),
5 }

Definition at line 8 of file process.py.