edu.cmu.emulator.dsp
Class PortConfiguration

java.lang.Object
  extended by edu.cmu.emulator.dsp.PortConfiguration

public class PortConfiguration
extends Object


Field Summary
protected  double adcFullScalePower
           
protected  double dacFullScalePower
           
protected  int index
           
protected  double inputLoss
           
protected  double outputLoss
           
 
Constructor Summary
PortConfiguration(int index, double inputLoss, double outputLoss, double adcFullScalePower, double dacFullScalePower)
           
 
Method Summary
 double getADCFullScalePower()
           
 double getDACFullScalePower()
           
 int getIndex()
           
 double getInputLoss()
           
 double getOutputLoss()
           
static PortConfiguration parse(Element portDefElement)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

index

protected int index

inputLoss

protected double inputLoss

outputLoss

protected double outputLoss

adcFullScalePower

protected double adcFullScalePower

dacFullScalePower

protected double dacFullScalePower
Constructor Detail

PortConfiguration

public PortConfiguration(int index,
                         double inputLoss,
                         double outputLoss,
                         double adcFullScalePower,
                         double dacFullScalePower)
Method Detail

getIndex

public int getIndex()

getInputLoss

public double getInputLoss()

getOutputLoss

public double getOutputLoss()

getADCFullScalePower

public double getADCFullScalePower()

getDACFullScalePower

public double getDACFullScalePower()

parse

public static PortConfiguration parse(Element portDefElement)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.