Uses of Class
edu.nrao.sss.model.resource.vla.BandwidthCode

Packages that use BandwidthCode
edu.nrao.sss.model.resource.vla VLA hardware classes. 
 

Uses of BandwidthCode in edu.nrao.sss.model.resource.vla
 

Methods in edu.nrao.sss.model.resource.vla that return BandwidthCode
 BandwidthCode VlaConfiguration.getBandwidthCode(IFCode ifCode)
          Returns the bandwidth code used for the given IF.
static BandwidthCode BandwidthCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BandwidthCode[] BandwidthCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.model.resource.vla that return types with arguments of type BandwidthCode
static List<BandwidthCode> BandwidthCode.getContinuumCodes()
          Returns the subset of codes that may be used for continuum observations.
static List<BandwidthCode> BandwidthCode.getSpectralLineCodes()
          Returns the subset of codes that may be used for spectral line observations.
 

Methods in edu.nrao.sss.model.resource.vla with parameters of type BandwidthCode
 void VlaConfiguration.setAll(Frequency centFreqAC, Frequency centFreqBD, BandwidthCode bwAC, BandwidthCode bwBD, CorrelatorMode corrMode, Set<ProcessingType> processingOptions, BigDecimal integrationSeconds)
          A convenience method for setting all the old-style parameters at once.
 void VlaConfiguration.setBandwidthCode(IFCode ifCode, BandwidthCode bwCode)
          Sets the bandwidth code to use for the given IF.
 void VlaConfiguration.setBandwidthCodes(BandwidthCode ifsAC, BandwidthCode ifsBD)
          Sets the bandwidth codes for all four IFs at once, setting A & C to one value and B & D to the other.
 void VlaConfiguration.setBandwidthCodes(BandwidthCode ifA, BandwidthCode ifB, BandwidthCode ifC, BandwidthCode ifD)
          Sets the bandwidth codes for all four IFs at once.
 



Copyright © 2009. All Rights Reserved.