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

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

Functions

def formatAxisErr
 Format an axis error based on axis configuration. More...
 

Variables

list __all__ = ["formatAxisErr"]
 

Function Documentation

def tcc.msg.formatAxisErr.formatAxisErr (   textMsg,
  badAxisKeyword,
  badAxisList,
  errCodeKeyword,
  errCodeList 
)

Format an axis error based on axis configuration.

Parameters
[in]textMsgtext message (not including Text keyword); none or "" if none
[in]badAxisKeywordkeyword for badAxisList flags; usually AxisNoSlew or AxisNoTrack; None or "" if none
[in]badAxisListbad axis flags (T for bad axis, F for good axis)
[in]errCodeKeywordkeyword for error codes; usually AxisErrCode or RejectedAxisErrCode; None or "" if none
[in]errCodeListaxis error codes

Definition at line 8 of file formatAxisErr.py.

Variable Documentation

list tcc.msg.formatAxisErr.__all__ = ["formatAxisErr"]

Definition at line 6 of file formatAxisErr.py.