File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44
55Module: ``geocompy.tps1000.aut``
66
7- Definitions for the TPS1200+ Automation subsystem.
7+ Definitions for the TPS1100 Automation subsystem.
88
99Types
1010-----
2929
3030class TPS1000AUT (GeoComSubsystem ):
3131 """
32- Automation subsystem of the TPS1200+ GeoCom protocol.
32+ Automation subsystem of the TPS1100 GeoCom protocol.
3333
3434 This subsystem controls most of the motorized functions of
3535 a total station, such as positioning of the axes, target search,
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ def set_user_instrument_name(
124124
125125 Returns
126126 -------
127- GeoComResponse[None]
127+ GeoComResponse
128128 """
129129 return self ._request (
130130 5005 ,
Original file line number Diff line number Diff line change @@ -168,15 +168,15 @@ def __bool__(self) -> bool:
168168 """limit at 99 measurements (DIL)"""
169169
170170 TMC_NO_FULL_CORRECTION = 1283
171- """Warning: measurement without full correction"""
171+ """Warning measurement without full correction"""
172172 TMC_ACCURACY_GUARANTEE = 1284
173- """Info: accuracy can not be guaranteed"""
173+ """Info accuracy can not be guaranteed"""
174174 TMC_ANGLE_OK = 1285
175175 """Warning only angle measurement valid"""
176176 TMC_ANGLE_NO_FULL_CORRECTION = 1288
177177 """Warning only angle measurement valid but without full correction"""
178178 TMC_ANGLE_ACCURACY_GUARANTEE = 1289
179- """Info: only angle measurement valid but accuracy can not be guarantee"""
179+ """Info only angle measurement valid but accuracy can not be guarantee"""
180180 TMC_ANGLE_ERROR = 1290
181181 """Error no angle measurement"""
182182 TMC_DIST_PPM = 1291
@@ -246,7 +246,7 @@ def __bool__(self) -> bool:
246246 COM_ERO_END = 3099
247247 """ERO is terminating."""
248248 COM_OVERRUN = 3100
249- """Internal error: data buffer overflow."""
249+ """Internal error data buffer overflow."""
250250 COM_SRVR_RX_CHECKSUM_ERROR = 3101
251251 """Invalid checksum on server side received."""
252252 COM_CLNT_RX_CHECKSUM_ERROR = 3102
You can’t perform that action at this time.
0 commit comments