Skip to content

Commit 1f478bc

Browse files
committed
Minor TPS1000 docstring fixes
1 parent b61f26e commit 1f478bc

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/geocompy/tps1000/aut.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Module: ``geocompy.tps1000.aut``
66
7-
Definitions for the TPS1200+ Automation subsystem.
7+
Definitions for the TPS1100 Automation subsystem.
88
99
Types
1010
-----
@@ -29,7 +29,7 @@
2929

3030
class 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,

src/geocompy/tps1000/csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

src/geocompy/tps1000/rc.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)