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

Variable Index

 o Center
Center frequency in MHz from edge (Signed Sum of LO?)
 o Channels
Maximum Number of channels
 o Code
Bandwidth code, 0=50 MHz
 o Separation
Channel separation in MHz
 o Value
Nominal bandwidth in MHz

Variables

 o Code
 public char Code
Bandwidth code, 0=50 MHz

 o Value
 public double Value
Nominal bandwidth in MHz

 o Center
 public double Center
Center frequency in MHz from edge (Signed Sum of LO?)

 o Channels
 public int Channels
Maximum Number of channels

 o Separation
 public double Separation
Channel separation in MHz


All Packages  Class Hierarchy  This Package  Previous  Next  Index