kopia lustrzana https://github.com/Hamlib/Hamlib
New page for supported amplifiers
rodzic
0d3d860578
commit
4b286b5d94
|
@ -0,0 +1,33 @@
|
|||
# Supported Amplifiers
|
||||
|
||||
Currently supported:
|
||||
|
||||
* Elecraft KPA 1500
|
||||
|
||||
If you would like to see your favorite amplifier supported, please feel free
|
||||
to contact us through the [hamlib-developer
|
||||
mailing-list](hamlib-developer@lists.sourceforge.net).
|
||||
|
||||
## Amplifier list from ampctl
|
||||
|
||||
The amplifier list as of Hamlib 4.1:
|
||||
|
||||
```
|
||||
Amp # Mfg Model Version Status Macro
|
||||
1 Hamlib Dummy 20200112.0 Stable AMP_MODEL_DUMMY
|
||||
2 Hamlib NET ampctl 20200112.0 Stable AMP_MODEL_NETAMPCTL
|
||||
201 Elecraft KPA1500 20200112.0 Alpha AMP_MODEL_ELECRAFT_KPA1500
|
||||
```
|
||||
|
||||
Models marked with "Untested" means that the backend author only wrote the
|
||||
code based on available documentation but did not have access to the actual
|
||||
amplifier.
|
||||
|
||||
Models marked with "Alpha" means that work is in progress and more support is
|
||||
likely to be added to the backend.
|
||||
|
||||
Models marked "Beta" are generally perfectly usable in most applications but
|
||||
the developer is looking for more testing before declaring it stable.
|
||||
|
||||
Models marked as "Stable" are generally feature complete and will only receive
|
||||
minimal updates.
|
Ładowanie…
Reference in New Issue