public interface _DetectorSettingsOperations extends _IObjectOperations
Modifier and Type | Method and Description |
---|---|
Binning |
getBinning(Ice.Current __current) |
Detector |
getDetector(Ice.Current __current) |
RDouble |
getGain(Ice.Current __current) |
RInt |
getIntegration(Ice.Current __current) |
RDouble |
getOffsetValue(Ice.Current __current) |
Frequency |
getReadOutRate(Ice.Current __current) |
RInt |
getVersion(Ice.Current __current) |
ElectricPotential |
getVoltage(Ice.Current __current) |
RDouble |
getZoom(Ice.Current __current) |
void |
setBinning(Binning theBinning,
Ice.Current __current) |
void |
setDetector(Detector theDetector,
Ice.Current __current) |
void |
setGain(RDouble theGain,
Ice.Current __current) |
void |
setIntegration(RInt theIntegration,
Ice.Current __current) |
void |
setOffsetValue(RDouble theOffsetValue,
Ice.Current __current) |
void |
setReadOutRate(Frequency theReadOutRate,
Ice.Current __current) |
void |
setVersion(RInt theVersion,
Ice.Current __current) |
void |
setVoltage(ElectricPotential theVoltage,
Ice.Current __current) |
void |
setZoom(RDouble theZoom,
Ice.Current __current) |
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
RInt getVersion(Ice.Current __current)
void setVersion(RInt theVersion, Ice.Current __current)
ElectricPotential getVoltage(Ice.Current __current)
void setVoltage(ElectricPotential theVoltage, Ice.Current __current)
RDouble getGain(Ice.Current __current)
void setGain(RDouble theGain, Ice.Current __current)
RDouble getOffsetValue(Ice.Current __current)
void setOffsetValue(RDouble theOffsetValue, Ice.Current __current)
Frequency getReadOutRate(Ice.Current __current)
void setReadOutRate(Frequency theReadOutRate, Ice.Current __current)
Binning getBinning(Ice.Current __current)
void setBinning(Binning theBinning, Ice.Current __current)
RInt getIntegration(Ice.Current __current)
void setIntegration(RInt theIntegration, Ice.Current __current)
RDouble getZoom(Ice.Current __current)
void setZoom(RDouble theZoom, Ice.Current __current)
Detector getDetector(Ice.Current __current)
void setDetector(Detector theDetector, Ice.Current __current)