Antenna Analyzer AIM4170 page 52
// ( 0 means cursor is enabled only when left mouse button is pressed. )
// Graph line width:
2 = Line width of the plotted data (can be 1,2,3,4,5)
// Halt:
2 = Halt if right mouse button is pressed )
// ( 0 = Halt if Halt button at bottom of screen is clicked )
//
// BAND SELECTION: Start_freq, Stop_freq, Step_freq (all in MHz)
// The actual "Stop_freq" on the graph will be equal to or greater than the
// value specified here.
// The frequencies specified DO NOT have to correspond to ham radio bands.
// The frequencies and the step freq can be any value within the range of the AIM.
1.7, 2.1, 0.01 // 160 meters all of these values can be user specified.
3.4, 4.1, 0.02 // 80 meters
6.9, 7.4, 0.01 // 40 meters
13.9, 14.5, 0.01 // 20 meters
20.9, 21.6, 0.01 // 15 meters
27.9, 29.8, 0.05 // 10 meters
49.5, 54.5, 0.10 // 6 meters
143.5, 148.5, 0.10 // 2 meters
5.25, 4.25, 0.05 // 60 meters
10.0, 10.20, 0.005 // 30 meters
18.0, 18.20, 0.005 // 17 meters
24.7, 25.1, 0.01 // 12 meters
1.00, 160.00, 2.0 // Band A
1.00, 21.00, 0.2 // Band B
5.00, 45.00, 0.25 // Band C
13.00, 43.00, 0.2 // Band D
240, 240, 240 // highlight color for bands
300 maximum number of scan data points (this can range from 20 to 1000)
// END of config file