All Packages Class Hierarchy This Package Previous Next Index
Class JObserve.VLA.BandTable
java.lang.Object
|
+----JObserve.VLA.BandTable
- public class BandTable
- extends Object
Frequency Band information class
Everything is public to facilitate the translation from c.
-
GetBandTable(String)
- return specified Band table
-
update(String)
- Update Master BandTable from String with comma delimited fields
Format
BandTable BandCode, Hard lo, Practical lo, Formal lo, Hard hi, Practical hi, Formal hi
where BandCode is the band code of the entry to modify (e.g.
GetBandTable
public static BandTable GetBandTable(String Code)
- return specified Band table
- Parameters:
-
String
- IF upper case identifier code ('A','B','C','D')
- Returns:
-
BandTable
the specified IfTable or null if not found
update
public static void update(String Line)
- Update Master BandTable from String with comma delimited fields
Format
BandTable BandCode, Hard lo, Practical lo, Formal lo, Hard hi, Practical hi, Formal hi
where BandCode is the band code of the entry to modify (e.g. "L")
and the frequency limits are in MHz.
Examples
"BandTable 4, 0.0, 1.0, 48.0, 96.0, 140.0, 150.0"
"BandTable P, 295.0, 298.0, 305.0, 335.0, 345.0, 350.0"
"BandTable L, 1150.0, 1170.0, 1240.0, 1700.0, 1740.0, 1750.0"
"BandTable C, 4200.0, 4250.0, 4500.0, 5000.0, 5100.0, 5150.0"
"BandTable X, 6800.0, 7550.0, 8080.0, 8750.0, 9050.0, 9600.0"
"BandTable U, 13500.0, 14250.0, 14650.0, 15325.0, 15700.0, 16300.0"
"BandTable K, 20800.0, 21700.0, 22000.0, 24000.0, 24500.0, 25800.0"
"BandTable Q, 38000.0, 39000.0, 40500.0, 44500.0, 47500.0, 51000.0"
Fields are comma delimited and an empty field is unchanged.
- Parameters:
-
String
- update string
All Packages Class Hierarchy This Package Previous Next Index