mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
The function rig_init() doesn't touch the hardware, it's rig_open() that initiates the connection and in fact the first use of comm_status in rig_open() is when it gets the value RIG_COMM_STATUS_CONNECTING and rig_close() sets it to RIG_COMM_STATUS_DISCONNECTED. |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| generate_tests.py | ||
| test_amp.py | ||
| test_Hamlib_Amp_class.py | ||
| test_Hamlib_class.py | ||
| test_Hamlib_Rig_class.py | ||
| test_Hamlib_Rot_class.py | ||
| test_rig.py | ||
| test_rot.py | ||
| test_startup.py | ||