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)
        
        
        
        void setGain(RDouble theGain)
        RDouble getOffsetValue()
        void setOffsetValue(RDouble theOffsetValue)
        
        void setReadOutRate(Frequency theReadOutRate)
        
        void setBinning(Binning theBinning)
        RInt getIntegration()
        void setIntegration(RInt theIntegration)
        
        void setZoom(RDouble theZoom)
        
        void setDetector(Detector theDetector)
        Data Members
        RInt version;
        
        
        
        
        
        RInt integration;