|
From: Ron J. <ro...@je...> - 2006-02-16 17:09:36
|
On Thu, 2006-02-16 at 06:41 -0800, Mike Rawlins wrote: > (...) What is the correct syntax to start FG > for a particular set of radio (1 and 2) frequency > settings? I've tried all of the following without > success: > > --prop:/radios/nav/frequencies/selected-mhz[0]=110.00 > --prop:/radios/nav[1]/frequencies/selected-mhz[0]=110.00 > --prop:/radios/nav/frequencies/selected-mhz[1]=110.00 > --prop:/radios/nav[1]/frequencies/selected-mhz[1]=110.00 > --prop:/radios/nav/frequencies/selected-mhz[2]=110.00 > --prop:/radios/nav[2]/frequencies/selected-mhz[2]=110.00 > > Thanks, > Mike > Has this changed? Using the 0.9.9 release, the syntax is "--nav1=139:109.9 --nav2=090:115.7" where the first number selects the radial and the second is frequency. Ron |