MCPcopy Create free account
hub / github.com/Hamlib/Hamlib / do_test_rit_xit

Method do_test_rit_xit

bindings/python/test_rig.py:72–80  ·  view source on GitHub ↗

RIT and XIT tests

(self, rig)

Source from the content-addressed store, hash-verified

70
71
72 def do_test_rit_xit(self, rig):
73 """RIT and XIT tests"""
74
75 assert rig.set_rit(Hamlib.RIG_VFO_CURR, 100) is None
76 assert rig.get_rit() == 100
77 assert rig.get_rit(Hamlib.RIG_VFO_CURR) == 100
78 assert rig.set_xit(Hamlib.RIG_VFO_CURR, 200) is None
79 assert rig.get_xit() == 200
80 assert rig.get_xit(Hamlib.RIG_VFO_CURR) == 200
81
82
83 def do_test_antenna(self, rig):

Callers 1

test_with_openMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected