File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed
Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 11Automation
22==========
33
4- .. automodule :: geocompy.tps1000 .aus
4+ .. automodule :: geocompy.tps1100 .aus
55 :inherited-members:
66
77 Definitions
Original file line number Diff line number Diff line change 11Automation
22==========
33
4- .. automodule :: geocompy.tps1000 .aut
4+ .. automodule :: geocompy.tps1100 .aut
55 :inherited-members:
66
77 Definitions
Original file line number Diff line number Diff line change @@ -178,9 +178,6 @@ def get_prism_def(
178178 Error codes:
179179 - ``IVPARAM``: Invalid prism type.
180180
181- See Also
182- --------
183- set_user_prism_def
184181 """
185182 _prism = toenum (PRISM , prism )
186183 return self ._request (
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def beep_on(
3333 """
3434 RPC 20001, ``IOS_BeepOn``
3535
36- .. verdionchanged :: GeoCom-TPS1100-v1.00
36+ .. versionchanged :: GeoCom-TPS1100-v1.00
3737 The ``BMM_BeepOn`` command was replaced by ``IOS_BeepOn``.
3838 Frequency setting was deprecated.
3939
@@ -61,7 +61,7 @@ def beep_off(self) -> GeoComResponse[None]:
6161 """
6262 RPC 20000, ``IOS_BeepOff``
6363
64- .. verdionchanged :: GeoCom-TPS1100-v1.00
64+ .. versionchanged :: GeoCom-TPS1100-v1.00
6565 The ``BMM_BeepOff`` command was replaced by ``IOS_BeepOff``.
6666
6767 Stops continuous beep signals.
You can’t perform that action at this time.
0 commit comments