Version: 4.3.4-dbcbce5a-b4

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
getDetector
setDetector

Data Member Index

version
voltage
gain
offsetValue
readOutRate
binning
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)

Detector getDetector()

void setDetector(Detector theDetector)

Data Members

RInt version;

RDouble voltage;

RDouble gain;

RDouble offsetValue;

RDouble readOutRate;

Binning binning;

Detector detector;


Home Previous Up Next Index