Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.apo.nmsu.edu/Telescopes/TCC/html/namespacetcc_1_1cmd_1_1show_object.html
Дата изменения: Tue Sep 15 02:25:40 2015 Дата индексирования: Sun Apr 10 04:52:43 2016 Кодировка: Поисковые слова: п п п п |
lsst.tcc
1.2.2-3-g89ecb63
|
Functions | |
def | showObject |
Implement the "show object" command. More... | |
def | showObjectFields |
Write fields from the object block. More... | |
Variables | |
list | __all__ = ["showObject"] |
def tcc.cmd.showObject.showObject | ( | tccActor, | |
userCmd | |||
) |
Implement the "show object" command.
[in,out] | tccActor | tcc actor reads tccActor.obj |
[in,out] | userCmd | user command; if showFull is None then parsedCmd attribute must be set |
Definition at line 7 of file showObject.py.
def tcc.cmd.showObject.showObjectFields | ( | tccActor, | |
userCmd, | |||
showFull = None |
|||
) |
Write fields from the object block.
[in,out] | tccActor | tcc actor reads tccActor.obj |
[in,out] | userCmd | user command that this output should be associated with |
[in] | showFull: | If None, show only changed fields (and others that may be grouped with a changed field) If False, show user-set values If True, show all parameters |
Definition at line 22 of file showObject.py.
list tcc.cmd.showObject.__all__ = ["showObject"] |
Definition at line 5 of file showObject.py.