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

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

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

Methods in edu.nrao.sss.model.resource.vla that return CorrelatorMode
 CorrelatorMode VlaConfiguration.getCorrelatorMode()
          Returns the correlator mode for this configuration.
static CorrelatorMode[] CorrelatorMode.getValidCorrelatorModes(IFMode m)
          Returns an array of CorrelatorModes that can be choosen if you are using the specified IFMode.
static CorrelatorMode CorrelatorMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CorrelatorMode[] CorrelatorMode.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 with parameters of type CorrelatorMode
 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.setCorrelatorMode(CorrelatorMode newMode)
          Sets the correlator mode for this configuration.
 



Copyright © 2009. All Rights Reserved.