<?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[1]/serviceable</serviceable>
  <electrical-supply>systems/electrical/outputs/nav[1]</electrical-supply>
  <volume-norm>instrumentation/nav[1]/volume</volume-norm>
  <selected-freq-mhz>instrumentation/nav[1]/frequencies/selected-mhz</selected-freq-mhz>
  <standby-freq-mhz>instrumentation/nav[1]/frequencies/standby-mhz</standby-freq-mhz>
  <swap-script>VIR32.swap(1);</swap-script>
  <small-inc-script>VIR32.adjust_frequency(1,  0.05);</small-inc-script>
  <small-dec-script>VIR32.adjust_frequency(1, -0.05);</small-dec-script>
  <big-inc-script>VIR32.adjust_frequency(1,  1.0);</big-inc-script>
  <big-dec-script>VIR32.adjust_frequency(1, -1.0);</big-dec-script>
 </params>

</PropertyList>