2010-12-19 22:09:53 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!-- CTL 32 Nav1 Control for VIR-32 receiver
|
|
|
|
Active and preset displayed +
|
|
|
|
6 frequency memory storage
|
|
|
|
2.375"W x 2.625"H
|
|
|
|
Freq. range 108.000 - 117.975 (normal)
|
|
|
|
Strap option 133.00 - 135.95
|
|
|
|
05 khz spacing
|
|
|
|
Syd Adams
|
|
|
|
|
|
|
|
Adapted for dual control by Anders Gidenstam
|
|
|
|
|
|
|
|
NOTE: ctl32.nas MUST be loaded as Nasal module VIR32.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<PropertyList include="ctl32-nav.xml">
|
|
|
|
|
|
|
|
<params>
|
|
|
|
<serviceable>instrumentation/nav[0]/serviceable</serviceable>
|
|
|
|
<electrical-supply>systems/electrical/outputs/nav[0]</electrical-supply>
|
2013-05-19 18:50:58 +00:00
|
|
|
<volume-norm>instrumentation/nav[0]/volume</volume-norm>
|
2010-12-19 22:09:53 +00:00
|
|
|
<selected-freq-mhz>instrumentation/nav[0]/frequencies/selected-mhz</selected-freq-mhz>
|
|
|
|
<standby-freq-mhz>instrumentation/nav[0]/frequencies/standby-mhz</standby-freq-mhz>
|
|
|
|
<swap-script>VIR32.swap(0);</swap-script>
|
|
|
|
<small-inc-script>VIR32.adjust_frequency(0, 0.05);</small-inc-script>
|
|
|
|
<small-dec-script>VIR32.adjust_frequency(0, -0.05);</small-dec-script>
|
|
|
|
<big-inc-script>VIR32.adjust_frequency(0, 1.0);</big-inc-script>
|
|
|
|
<big-dec-script>VIR32.adjust_frequency(0, -1.0);</big-dec-script>
|
|
|
|
</params>
|
|
|
|
|
|
|
|
</PropertyList>
|