nl.tudelft.simulation.sne.c3
Class Amplifier.Resistor

java.lang.Object
  extended bynl.tudelft.simulation.sne.c3.Amplifier.Resistor
Enclosing class:
Amplifier

public static class Amplifier.Resistor
extends java.lang.Object

The resistor class specifies the modulus function.


Constructor Summary
Amplifier.Resistor()
          constructs a new Resistor
Amplifier.Resistor(double trf)
          constructs a new Resistor
 
Method Summary
 double getValue(double time)
          returns the value of the resistor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Amplifier.Resistor

public Amplifier.Resistor()
constructs a new Resistor


Amplifier.Resistor

public Amplifier.Resistor(double trf)
constructs a new Resistor

Parameters:
trf - the specific trf to use
Method Detail

getValue

public double getValue(double time)
returns the value of the resistor

Parameters:
time - the current time
Returns:
the value the value


Copyright © 2003-2004 Delft University of Technology, the Netherlands. All Rights Reserved.