Package gda.px.bimorph
Class BimorphMirrorBankBase
java.lang.Object
gda.factory.ConfigurableBase
gda.factory.FindableConfigurableBase
gda.px.bimorph.BimorphMirrorBankBase
- All Implemented Interfaces:
Configurable,Findable,IBimorphMirrorBank
- Direct Known Subclasses:
BimorphMirrorBank,DummyBimorphMirrorBank
public abstract class BimorphMirrorBankBase
extends FindableConfigurableBase
implements IBimorphMirrorBank
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetChannelOffset(int channelOffset) voidsetNumChannels(int numChannels) Methods inherited from class gda.factory.FindableConfigurableBase
getName, setNameMethods inherited from class gda.factory.ConfigurableBase
configure, isConfigureAtStartup, isConfigured, reconfigure, setConfiguredMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gda.px.bimorph.IBimorphMirrorBank
copyFormatSetupSetVoltagesToDemandVoltages, getActualVoltages, getDemandVoltages, getFormatSetupDemandVoltages, setFormatSetupVoltages, setVoltages
-
Field Details
-
channelOffset
protected int channelOffset -
numChannels
protected int numChannels
-
-
Constructor Details
-
BimorphMirrorBankBase
public BimorphMirrorBankBase()
-
-
Method Details
-
setChannelOffset
public void setChannelOffset(int channelOffset) -
setNumChannels
public void setNumChannels(int numChannels)
-