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

Поисковые слова: п п п п п п п п п п
lsst.tcc: python/tcc/axis/kwDict/axis.py Source File
lsst.tcc  1.2.2-3-g89ecb63
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
axis.py
Go to the documentation of this file.
1 KeysDictionary("axis", (1,0), *(
2  Key("text",
3  String(),
4  help = "Text message",
5  ),
6  Key("yourUserID",
7  Int(),
8  help = "Your user ID number; use this to recognize replies triggered by your commands; never 0",
9  ),
10  Key("numUsers",
11  Int(),
12  help = "Number of connected users",
13  ),
14  Key("userInfo",
15  Int(help = "user ID"),
16  String(help = "socket address"),
17  help = "Basic information about one user",
18  ),
19  Key("version",
20  String(invalid="?"),
21  help = "The version of the actor",
22  ),
23  Key("status",
24  Bits('statusword:32'),
25  help = "http://www.apo.nmsu.edu/Telescopes/HardwareControllers/AxisCommands.html#STATUS",
26  ),
27  Key("pvt",
28  Float(help="position", units="deg"),
29  Float(help="velocity", units="deg/s"),
30  Float(help="time (tai)", units="s"),
31  Float(help="posErr", units="deg"),
32  Float(help="velErr", units="s"),
33  help = "Current position, velocity, time, and related parameters",
34  ),
35  Key("errstats",
36  Float(help="max error", units="deg"),
37  Float(help="average error", units="deg"),
38  Float(help="standard dev error", units="deg"),
39  help = "Error statistics, shows how well the servo is doing.",
40  ),
41  Key("lim",
42  Float(help="min position", units="deg"),
43  Float(help="max position", units="deg"),
44  Float(help="max velocity", units="deg/s"),
45  Float(help="max acceleration", units="deg/s^2"),
46  Float(help="max jerk", units="deg/s^3"),
47  help="Physical limits of the axis",
48  ),
49 
50 ))