edu.iris.Fissures.IfNetwork
Class Gain

java.lang.Object
  extended by edu.iris.Fissures.IfNetwork.Gain
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class Gain
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

A gain applied at a response stage. This is equivalent to fields 4 and 5 of blockette 58 when the stage is not zero.

See Also:
Serialized Form

Field Summary
 float frequency
           
 float gain_factor
           
 
Constructor Summary
Gain()
           
Gain(float gain_factor, float frequency)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gain_factor

public float gain_factor

frequency

public float frequency
Constructor Detail

Gain

public Gain()

Gain

public Gain(float gain_factor,
            float frequency)