Version: 5.4.10-ice36-b105
OmeroBlitz API
Home
Previous
Up
Next
Index
omero::model::DetectorSettings
Overview
[ "protected" ] class DetectorSettings extends
IObject
Used By
LogicalChannel::detectorSettings
LogicalChannel::getDetectorSettings
LogicalChannel::setDetectorSettings
Operation Index
getVersion
setVersion
getVoltage
setVoltage
getGain
setGain
getOffsetValue
setOffsetValue
getReadOutRate
setReadOutRate
getBinning
setBinning
getIntegration
setIntegration
getZoom
setZoom
getDetector
setDetector
Data Member Index
version
voltage
gain
offsetValue
readOutRate
binning
integration
zoom
detector
Operations
RInt
getVersion()
void setVersion(
RInt
theVersion)
ElectricPotential
getVoltage()
void setVoltage(
ElectricPotential
theVoltage)
RDouble
getGain()
void setGain(
RDouble
theGain)
RDouble
getOffsetValue()
void setOffsetValue(
RDouble
theOffsetValue)
Frequency
getReadOutRate()
void setReadOutRate(
Frequency
theReadOutRate)
Binning
getBinning()
void setBinning(
Binning
theBinning)
RInt
getIntegration()
void setIntegration(
RInt
theIntegration)
RDouble
getZoom()
void setZoom(
RDouble
theZoom)
Detector
getDetector()
void setDetector(
Detector
theDetector)
Data Members
RInt
version;
ElectricPotential
voltage;
RDouble
gain;
RDouble
offsetValue;
Frequency
readOutRate;
Binning
binning;
RInt
integration;
RDouble
zoom;
Detector
detector;
Home
Previous
Up
Next
Index