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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
double[]
double
getGain()
Get a set of data that describes all of the parameters in a classvoid
setBandwidth
(double[] bandwidth) void
setGain
(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:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-