Uses of Class
edu.nrao.sss.electronics.SignalPipe

Packages that use SignalPipe
edu.nrao.sss.electronics Electronic components that process frequency signals. 
 

Uses of SignalPipe in edu.nrao.sss.electronics
 

Methods in edu.nrao.sss.electronics that return SignalPipe
 SignalPipe SignalMultiplier.getInputPipe()
          Returns the input pipe of this device.
 SignalPipe SignalMixer.getInputPipe()
          Returns the input pipe of this device.
 SignalPipe SignalManifold.getInputPipe()
          Returns the input pipe of this device.
 SignalPipe SignalProcessorSink.getInputPipe()
          Returns the input pipe of this device.
 SignalPipe SignalSampler.getInputPipe()
          Returns the input pipe of this device.
 SignalPipe SignalFilter.getInputPipe()
          Returns the input pipe of this device.
 SignalPipe SignalCombiner.getInputPipe(int index)
          Deprecated. Returns the indexth input pipe of this device.
 SignalPipe SignalTransferSwitch.getInputPipe(int index)
          Returns the indexth input pipe of this device.
 SignalPipe SignalSwitch.getInputPipe(int index)
          Returns the indexth input pipe of this device.
 SignalPipe SignalMixer.getLocalOscillatorInputPipe()
          Returns the pipe that carries a local oscillator's signal into this mixer.
 SignalPipe SignalCombiner.getOutputPipe()
          Deprecated. Returns the output pipe of this device.
 SignalPipe SignalMultiplier.getOutputPipe()
          Returns the output pipe of this device.
 SignalPipe SignalMixer.getOutputPipe()
          Returns the output pipe of this device.
 SignalPipe SignalSampler.getOutputPipe()
          Returns the output pipe of this device.
 SignalPipe SignalFilter.getOutputPipe()
          Returns the output pipe of this device.
 SignalPipe SignalTransferSwitch.getOutputPipe(int index)
          Returns the indexth output pipe of this device.
 SignalPipe SignalSwitch.getOutputPipe(int index)
          Returns the indexth output pipe of this device.
 SignalPipe SignalManifold.getOutputPipe(int index)
          Returns the indexth output pipe of this device.
 SignalPipe SignalSwitch.getSelectedInput()
          Returns the currently selected input pole.
 SignalPipe SignalSwitch.getSelectedOutput()
          Returns the currently selected output pole.
static SignalPipe SignalPipe.makeAndWeldInputTo(SignalSource source)
          Creates a new pipe, welds its input to source, and returns it.
static SignalPipe SignalPipe.makeAndWeldOutputTo(SignalProcessor processor)
          Creates a new pipe, welds its output to processor, and returns it.
 SignalPipe SignalSwitch.selectInput(int inputPole)
          Sets this switch so that it uses the input pole at the given index.
 SignalPipe SignalSwitch.selectInput(String poleName)
          Sets this switch so that it uses the input pole with the given name.
 SignalPipe SignalSwitch.selectOutput(int outputPole)
          Sets this switch so that it uses the output pole at the given index.
 SignalPipe SignalSwitch.selectOutput(String poleName)
          Sets this switch so that it uses the output pole with the given name.
 

Methods in edu.nrao.sss.electronics with parameters of type SignalPipe
 Signal SignalSwitch.getSignal(SignalPipe outputPipe)
           
 



Copyright © 2009. All Rights Reserved.