Class AnalyserPVProvider
java.lang.Object
uk.ac.diamond.daq.devices.specs.phoibos.api.AnalyserPVProvider
- All Implemented Interfaces:
Findable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Get the object name.doublebooleanbooleanvoidsetAcquisitionModePV(String acquisitionModePV) voidsetCurrentChannelPV(String currentChannelPV) voidsetCurrentPointIterationPV(String currentPointIterationPV) voidsetHighEnergyPV(String highEnergyPV) voidsetImageDataNeeded(boolean imageDataNeeded) voidsetImagePV(String imagePV) voidsetLowEnergyPV(String lowEnergyPV) voidSet or change the name of the object (as defined in XML).voidsetPhotonEnergy(Scannable photonEnergy) voidsetSeparateIterationSaving(boolean separateIterationSaving) voidsetSlicesPV(String slicesPV) voidsetSpectrumPV(String spectrumPV) voidsetTotalIterations(String totalIterations) voidsetTotalPointsIterationPV(String totalPointsIterationPV) voidsetTotalPointsPV(String totalPointsPV) voidsetWorkFunction(double workFunction) voidvoidsetyStartPV(String yStartPV) voidsetyUnitsPV(String yUnitsPV)
-
Constructor Details
-
AnalyserPVProvider
public AnalyserPVProvider()
-
-
Method Details
-
setName
Description copied from interface:FindableSet or change the name of the object (as defined in XML). -
getName
Description copied from interface:FindableGet the object name. Used by Castor to check if the object name has been set before calling theFindable.setName(String)method. -
getSpectrumPV
-
setSpectrumPV
-
getImagePV
-
setImagePV
-
getTotalIterations
-
setTotalIterations
-
getTotalPointsIterationPV
-
setTotalPointsIterationPV
-
getSlicesPV
-
setSlicesPV
-
getCurrentPointIterationPV
-
setCurrentPointIterationPV
-
getTotalPointsPV
-
setTotalPointsPV
-
getCurrentChannelPV
-
setCurrentChannelPV
-
getyStartPV
-
setyStartPV
-
getyEndPV
-
setyEndPV
-
getyUnitsPV
-
setyUnitsPV
-
getPhotonEnergy
-
setPhotonEnergy
-
getLowEnergyPV
-
setLowEnergyPV
-
getHighEnergyPV
-
setHighEnergyPV
-
getWorkFunction
public double getWorkFunction() -
setWorkFunction
public void setWorkFunction(double workFunction) -
isSeparateIterationSaving
public boolean isSeparateIterationSaving() -
setSeparateIterationSaving
public void setSeparateIterationSaving(boolean separateIterationSaving) -
isImageDataNeeded
public boolean isImageDataNeeded() -
setImageDataNeeded
public void setImageDataNeeded(boolean imageDataNeeded) -
getAcquisitionModePV
-
setAcquisitionModePV
-