Package uk.ac.gda.devices.bssc
Class BioSAXSSampleChanger
java.lang.Object
gda.factory.ConfigurableBase
gda.factory.FindableConfigurableBase
gda.device.DeviceBase
uk.ac.gda.devices.bssc.BioSAXSSampleChanger
- All Implemented Interfaces:
Device,Configurable,Findable,gda.observable.IObservable,org.embl.bssc.scServerInterface
- Direct Known Subclasses:
DummyBioSAXSSampleChanger
A BSSC Java client implementation example for remote controlling the Sample Changer.
-
Field Summary
Fields inherited from class gda.device.DeviceBase
DEFAULT_PROTECTION_LEVEL_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidabort()intcheckTaskResult(int arg0) intclean()voidDefault implementation for classes that do not have to do any specific configuration.
Classes that do their own configuration should *not* call this superclass function, as it may cause the object to appear configured before it really is.booleanintdry(double arg0) intfill(int arg0, int arg1, int arg2, double arg3) intflow(double arg0, double arg1) intflowAll(double arg0) voidforceEnablePlate(int arg0) String[]doublebooleanbooleanbooleanint[]booleanintdoublegetEffectiveLoadedVolume(double arg0, org.embl.bssc.scPrefs.ViscosityLevel arg1) booleanbooleanbooleanbooleanorg.embl.bssc.scDevSamplePath.FocusPositionbooleanbyte[]String[]intbooleanbooleanbooleandouble[]getPlateInfo(int arg0) String[]double[]getPlateTypeInfo(String arg0) org.embl.ctrl.StateintgetPort()booleandoubleorg.embl.bssc.scPrefs.SampleTypedoubledoubledoubledoubleorg.embl.ctrl.StategetState()String[]getTaskInfo(int arg0) doubledoubledoubledoublebooleanorg.embl.bssc.scPrefs.ViscosityLevelbooleanintbooleanintintgetWellLiquidVolume(int arg0, int arg1, int arg2) doublegetWellVolume(int arg0, int arg1, int arg2) booleanisReady()booleanisTaskRunning(int arg0) intintmeasureConcentration(int arg0, int arg1, int arg2) intmix(int arg0, int arg1, int arg2, double arg3, int arg4) voidmoveSyringeBackward(double arg0) voidmoveSyringeForward(double arg0) voidonEvent(org.embl.net.Event event) voidintpull(double arg0, double arg1) intpush(double arg0, double arg1) intrecuperate(int arg0, int arg1, int arg2) voidrestart(boolean arg0) intvoidsetBeamLocation(String arg0) voidsetBeamShapeEllipse(boolean arg0) voidsetEnablePlateBarcodeScan(boolean arg0) voidsetEnableSpectrometer(boolean arg0) voidsetEnableVolumeDetectionInWell(boolean arg0) voidsetFocusPosition(org.embl.bssc.scDevSamplePath.FocusPosition arg0) voidsetHostname(String hostname) voidsetLightLevel(int arg0) voidsetLiquidPositionFixed(boolean arg0) voidsetLocalLockout(boolean arg0) voidsetPort(int port) voidsetSamplePathDeadVolume(double arg0) voidsetSampleType(String arg0) voidsetSampleType(org.embl.bssc.scPrefs.SampleType arg0) voidsetTemperatureSampleStorage(double arg0) voidsetTemperatureSampleStorageSetpoint(double arg0) voidsetTemperatureSEU(double arg0) voidsetTemperatureSEUSetpoint(double arg0) voidsetViscosityLevel(String arg0) voidsetViscosityLevel(org.embl.bssc.scPrefs.ViscosityLevel arg0) voidinttransfer(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, double arg6) voidvoidwaitReady(int timeout) intwaitTemperatureSample(double arg0) intwaitTemperatureSEU(double arg0) Methods inherited from class gda.device.DeviceBase
addIObserver, close, deleteIObserver, deleteIObservers, getAttribute, getName, getProtectionLevel, isBeingObserved, isConfigureAtStartup, notifyIObservers, setAttribute, setConfigureAtStartup, setName, setProtectionLevelMethods inherited from class gda.factory.ConfigurableBase
isConfigured, reconfigure, setConfiguredMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gda.factory.Configurable
isConfigured, reconfigure
-
Constructor Details
-
BioSAXSSampleChanger
public BioSAXSSampleChanger()
-
-
Method Details
-
getPort
public int getPort() -
setPort
public void setPort(int port) -
getHostname
-
setHostname
-
configure
Description copied from class:ConfigurableBaseDefault implementation for classes that do not have to do any specific configuration.
Classes that do their own configuration should *not* call this superclass function, as it may cause the object to appear configured before it really is.- Specified by:
configurein interfaceConfigurable- Overrides:
configurein classConfigurableBase- Throws:
FactoryException- if there is an error in configuration e.g. required variable not set or cannot connect to device
-
getState
public org.embl.ctrl.State getState() throws org.embl.BaseException- Specified by:
getStatein interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
waitReady
public void waitReady() throws org.embl.BaseException- Throws:
org.embl.BaseException
-
waitReady
public void waitReady(int timeout) throws org.embl.BaseException - Throws:
org.embl.BaseException
-
isReady
public boolean isReady() throws org.embl.BaseException- Throws:
org.embl.BaseException
-
onEvent
public void onEvent(org.embl.net.Event event) -
abort
public void abort() throws org.embl.BaseException- Specified by:
abortin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
calibrate
public int calibrate() throws org.embl.BaseException- Specified by:
calibratein interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
checkTaskResult
- Specified by:
checkTaskResultin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
clean
public int clean() throws org.embl.BaseException- Specified by:
cleanin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
detectCapillary
public boolean detectCapillary() throws org.embl.BaseException- Specified by:
detectCapillaryin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
dry
public int dry(double arg0) throws org.embl.BaseException - Specified by:
dryin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
fill
public int fill(int arg0, int arg1, int arg2, double arg3) throws org.embl.BaseException - Specified by:
fillin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
flow
public int flow(double arg0, double arg1) throws org.embl.BaseException - Specified by:
flowin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
flowAll
public int flowAll(double arg0) throws org.embl.BaseException - Specified by:
flowAllin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
forceEnablePlate
public void forceEnablePlate(int arg0) throws org.embl.BaseException - Specified by:
forceEnablePlatein interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getAlarmList
- Specified by:
getAlarmListin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getBeamLocation
- Specified by:
getBeamLocationin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getBeamMarkVolume
public double getBeamMarkVolume() throws org.embl.BaseException- Specified by:
getBeamMarkVolumein interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getCleanVenturiOK
public boolean getCleanVenturiOK() throws org.embl.BaseException- Specified by:
getCleanVenturiOKin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getCollisionDetected
public boolean getCollisionDetected() throws org.embl.BaseException- Specified by:
getCollisionDetectedin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getCommandException
- Specified by:
getCommandExceptionin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getCommandOutput
- Specified by:
getCommandOutputin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getCoverOpen
public boolean getCoverOpen() throws org.embl.BaseException- Specified by:
getCoverOpenin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getCurrentLiquidPosition
public int[] getCurrentLiquidPosition() throws org.embl.BaseException- Specified by:
getCurrentLiquidPositionin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getDetergentEmpty
public boolean getDetergentEmpty() throws org.embl.BaseException- Specified by:
getDetergentEmptyin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getDetergentLevel
public int getDetergentLevel() throws org.embl.BaseException- Specified by:
getDetergentLevelin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getEffectiveLoadedVolume
public double getEffectiveLoadedVolume(double arg0, org.embl.bssc.scPrefs.ViscosityLevel arg1) throws org.embl.BaseException - Specified by:
getEffectiveLoadedVolumein interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getEnablePlateBarcodeScan
public boolean getEnablePlateBarcodeScan() throws org.embl.BaseException- Specified by:
getEnablePlateBarcodeScanin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getEnableSpectrometer
public boolean getEnableSpectrometer() throws org.embl.BaseException- Specified by:
getEnableSpectrometerin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getEnableVolumeDetectionInWell
public boolean getEnableVolumeDetectionInWell() throws org.embl.BaseException- Specified by:
getEnableVolumeDetectionInWellin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getFlooding
public boolean getFlooding() throws org.embl.BaseException- Specified by:
getFloodingin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getFocusPosition
public org.embl.bssc.scDevSamplePath.FocusPosition getFocusPosition() throws org.embl.BaseException- Specified by:
getFocusPositionin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getHardwareInitPending
public boolean getHardwareInitPending() throws org.embl.BaseException- Specified by:
getHardwareInitPendingin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getImageJPG
public byte[] getImageJPG() throws org.embl.BaseException- Specified by:
getImageJPGin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getLastTaskInfo
- Specified by:
getLastTaskInfoin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getLightLevel
public int getLightLevel() throws org.embl.BaseException- Specified by:
getLightLevelin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getLiquidPositionFixed
public boolean getLiquidPositionFixed() throws org.embl.BaseException- Specified by:
getLiquidPositionFixedin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getLocalLockout
public boolean getLocalLockout() throws org.embl.BaseException- Specified by:
getLocalLockoutin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getOverflowVenturiOK
public boolean getOverflowVenturiOK() throws org.embl.BaseException- Specified by:
getOverflowVenturiOKin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getPLCState
public org.embl.ctrl.State getPLCState() throws org.embl.BaseException- Specified by:
getPLCStatein interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getPlateInfo
public double[] getPlateInfo(int arg0) throws org.embl.BaseException - Specified by:
getPlateInfoin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getPlateTypeInfo
- Specified by:
getPlateTypeInfoin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getPlatesIDs
- Specified by:
getPlatesIDsin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getPower12OK
public boolean getPower12OK() throws org.embl.BaseException- Specified by:
getPower12OKin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getSamplePathDeadVolume
public double getSamplePathDeadVolume() throws org.embl.BaseException- Specified by:
getSamplePathDeadVolumein interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getSampleType
public org.embl.bssc.scPrefs.SampleType getSampleType() throws org.embl.BaseException- Specified by:
getSampleTypein interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getSampleVolumeWell
public double getSampleVolumeWell() throws org.embl.BaseException- Specified by:
getSampleVolumeWellin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getSpectrometerDarkReadout
public double getSpectrometerDarkReadout() throws org.embl.BaseException- Specified by:
getSpectrometerDarkReadoutin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getSpectrometerReadout
public double getSpectrometerReadout() throws org.embl.BaseException- Specified by:
getSpectrometerReadoutin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getSpectrometerRealPathLenght
public double getSpectrometerRealPathLenght() throws org.embl.BaseException- Specified by:
getSpectrometerRealPathLenghtin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getStatus
- Specified by:
getStatusin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getTaskInfo
- Specified by:
getTaskInfoin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getTemperatureSEU
public double getTemperatureSEU() throws org.embl.BaseException- Specified by:
getTemperatureSEUin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getTemperatureSEUSetpoint
public double getTemperatureSEUSetpoint() throws org.embl.BaseException- Specified by:
getTemperatureSEUSetpointin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getTemperatureSampleStorage
public double getTemperatureSampleStorage() throws org.embl.BaseException- Specified by:
getTemperatureSampleStoragein interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getTemperatureSampleStorageSetpoint
public double getTemperatureSampleStorageSetpoint() throws org.embl.BaseException- Specified by:
getTemperatureSampleStorageSetpointin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getUptime
- Specified by:
getUptimein interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getVacuumOK
public boolean getVacuumOK() throws org.embl.BaseException- Specified by:
getVacuumOKin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getVersion
- Specified by:
getVersionin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getViscosityLevel
public org.embl.bssc.scPrefs.ViscosityLevel getViscosityLevel() throws org.embl.BaseException- Specified by:
getViscosityLevelin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getWasteFull
public boolean getWasteFull() throws org.embl.BaseException- Specified by:
getWasteFullin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getWasteLevel
public int getWasteLevel() throws org.embl.BaseException- Specified by:
getWasteLevelin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getWaterEmpty
public boolean getWaterEmpty() throws org.embl.BaseException- Specified by:
getWaterEmptyin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getWaterLevel
public int getWaterLevel() throws org.embl.BaseException- Specified by:
getWaterLevelin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getWellLiquidVolume
public int getWellLiquidVolume(int arg0, int arg1, int arg2) throws org.embl.BaseException - Specified by:
getWellLiquidVolumein interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
getWellVolume
public double getWellVolume(int arg0, int arg1, int arg2) throws org.embl.BaseException - Specified by:
getWellVolumein interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
isTaskRunning
public boolean isTaskRunning(int arg0) throws org.embl.BaseException - Specified by:
isTaskRunningin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
loadPlates
public int loadPlates() throws org.embl.BaseException- Specified by:
loadPlatesin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
measureConcentration
public int measureConcentration(int arg0, int arg1, int arg2) throws org.embl.BaseException - Specified by:
measureConcentrationin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
mix
public int mix(int arg0, int arg1, int arg2, double arg3, int arg4) throws org.embl.BaseException - Specified by:
mixin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
moveSyringeBackward
public void moveSyringeBackward(double arg0) throws org.embl.BaseException - Specified by:
moveSyringeBackwardin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
moveSyringeForward
public void moveSyringeForward(double arg0) throws org.embl.BaseException - Specified by:
moveSyringeForwardin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
onExposureCellFilled
public void onExposureCellFilled() throws org.embl.BaseException- Specified by:
onExposureCellFilledin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
pull
public int pull(double arg0, double arg1) throws org.embl.BaseException - Specified by:
pullin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
push
public int push(double arg0, double arg1) throws org.embl.BaseException - Specified by:
pushin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
recuperate
public int recuperate(int arg0, int arg1, int arg2) throws org.embl.BaseException - Specified by:
recuperatein interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
restart
public void restart(boolean arg0) throws org.embl.BaseException - Specified by:
restartin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
scanAndPark
public int scanAndPark() throws org.embl.BaseException- Specified by:
scanAndParkin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
setBeamLocation
- Specified by:
setBeamLocationin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
setBeamShapeEllipse
public void setBeamShapeEllipse(boolean arg0) throws org.embl.BaseException - Specified by:
setBeamShapeEllipsein interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
setEnablePlateBarcodeScan
public void setEnablePlateBarcodeScan(boolean arg0) throws org.embl.BaseException - Specified by:
setEnablePlateBarcodeScanin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
setEnableSpectrometer
public void setEnableSpectrometer(boolean arg0) throws org.embl.BaseException - Specified by:
setEnableSpectrometerin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
setEnableVolumeDetectionInWell
public void setEnableVolumeDetectionInWell(boolean arg0) throws org.embl.BaseException - Specified by:
setEnableVolumeDetectionInWellin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
setFocusPosition
public void setFocusPosition(org.embl.bssc.scDevSamplePath.FocusPosition arg0) throws org.embl.BaseException - Specified by:
setFocusPositionin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
setLightLevel
public void setLightLevel(int arg0) throws org.embl.BaseException - Specified by:
setLightLevelin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
setLiquidPositionFixed
public void setLiquidPositionFixed(boolean arg0) throws org.embl.BaseException - Specified by:
setLiquidPositionFixedin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
setLocalLockout
public void setLocalLockout(boolean arg0) throws org.embl.BaseException - Specified by:
setLocalLockoutin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
setSamplePathDeadVolume
public void setSamplePathDeadVolume(double arg0) throws org.embl.BaseException - Specified by:
setSamplePathDeadVolumein interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
setSampleType
- Throws:
org.embl.BaseException
-
setSampleType
public void setSampleType(org.embl.bssc.scPrefs.SampleType arg0) throws org.embl.BaseException - Specified by:
setSampleTypein interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
setTemperatureSEU
public void setTemperatureSEU(double arg0) throws org.embl.BaseException - Specified by:
setTemperatureSEUin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
setTemperatureSEUSetpoint
public void setTemperatureSEUSetpoint(double arg0) throws org.embl.BaseException - Specified by:
setTemperatureSEUSetpointin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
setTemperatureSampleStorage
public void setTemperatureSampleStorage(double arg0) throws org.embl.BaseException - Specified by:
setTemperatureSampleStoragein interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
setTemperatureSampleStorageSetpoint
public void setTemperatureSampleStorageSetpoint(double arg0) throws org.embl.BaseException - Specified by:
setTemperatureSampleStorageSetpointin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
setViscosityLevel
- Throws:
org.embl.BaseException
-
setViscosityLevel
public void setViscosityLevel(org.embl.bssc.scPrefs.ViscosityLevel arg0) throws org.embl.BaseException - Specified by:
setViscosityLevelin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
stopSyringe
public void stopSyringe() throws org.embl.BaseException- Specified by:
stopSyringein interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
transfer
public int transfer(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, double arg6) throws org.embl.BaseException - Specified by:
transferin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
waitTemperatureSEU
public int waitTemperatureSEU(double arg0) throws org.embl.BaseException - Specified by:
waitTemperatureSEUin interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-
waitTemperatureSample
public int waitTemperatureSample(double arg0) throws org.embl.BaseException - Specified by:
waitTemperatureSamplein interfaceorg.embl.bssc.scServerInterface- Throws:
org.embl.BaseException
-