Version: 5.0.8-ice34-b60

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)

RDouble getVoltage()

void setVoltage(RDouble theVoltage)

RDouble getGain()

void setGain(RDouble theGain)

RDouble getOffsetValue()

void setOffsetValue(RDouble theOffsetValue)

RDouble getReadOutRate()

void setReadOutRate(RDouble 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;

RDouble voltage;

RDouble gain;

RDouble offsetValue;

RDouble readOutRate;

Binning binning;

RInt integration;

RDouble zoom;

Detector detector;


Home Previous Up Next Index