Add radio configuration for the UH-1H and Ka-50.

This commit is contained in:
Dan Albert
2020-11-01 17:12:42 -08:00
parent 3550c8a8f6
commit 465399f803
2 changed files with 40 additions and 0 deletions

View File

@@ -132,6 +132,16 @@ RADIOS: List[Radio] = [
# MiG-19P
Radio("RSIU-4V", MHz(100), MHz(150), step=MHz(1)),
# Ka-50
# Note: Also capable of 100MHz-150MHz, but we can't model gaps.
Radio("R-800L1", MHz(220), MHz(400), step=kHz(25)),
Radio("R-828", MHz(20), MHz(60), step=kHz(25)),
# UH-1H
Radio("AN/ARC-51BX", MHz(225), MHz(400), step=kHz(50)),
Radio("AN/ARC-131", MHz(30), MHz(76), step=kHz(50)),
Radio("AN/ARC-134", MHz(116), MHz(150), step=kHz(25)),
]