All Packages Class Hierarchy This Package Previous Next Index
Class JObserve.VLA.BandwidthInfo
java.lang.Object
|
+----JObserve.VLA.BandwidthInfo
- public class BandwidthInfo
- extends Object
Bandwidth information class
Everything is public to facilitate the translation from c.
- See Also:
- BandwidthTable
-
Center
- Center frequency in MHz from edge (Signed Sum of LO?)
-
Channels
- Maximum Number of channels
-
Code
- Bandwidth code, 0=50 MHz
-
Separation
- Channel separation in MHz
-
Value
- Nominal bandwidth in MHz
Code
public char Code
- Bandwidth code, 0=50 MHz
Value
public double Value
- Nominal bandwidth in MHz
Center
public double Center
- Center frequency in MHz from edge (Signed Sum of LO?)
Channels
public int Channels
- Maximum Number of channels
Separation
public double Separation
- Channel separation in MHz
All Packages Class Hierarchy This Package Previous Next Index