Package Array
Class Preamplifier
java.lang.Object
Array.Preamplifier
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
- Author:
- Doug Gillespie Contains information about a preamlifier in a PamArray
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()double[]doublegetGain()Get a set of data that describes all of the parameters in a classvoidsetBandwidth(double[] bandwidth) voidsetGain(double gain)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
Preamplifier
public Preamplifier(double gain, double[] bandwidth)
-
-
Method Details
-
getBandwidth
public double[] getBandwidth() -
setBandwidth
public void setBandwidth(double[] bandwidth) -
getGain
public double getGain() -
setGain
public void setGain(double gain) -
clone
-
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Returns:
- description of the parameters in a class.
-