Package omero.model

Interface _DetectorSettingsOperations

    • Method Detail

      • getVersion

        RInt getVersion​(Ice.Current __current)
      • setVersion

        void setVersion​(RInt theVersion,
                        Ice.Current __current)
      • setVoltage

        void setVoltage​(ElectricPotential theVoltage,
                        Ice.Current __current)
      • getGain

        RDouble getGain​(Ice.Current __current)
      • setGain

        void setGain​(RDouble theGain,
                     Ice.Current __current)
      • getOffsetValue

        RDouble getOffsetValue​(Ice.Current __current)
      • setOffsetValue

        void setOffsetValue​(RDouble theOffsetValue,
                            Ice.Current __current)
      • getReadOutRate

        Frequency getReadOutRate​(Ice.Current __current)
      • setReadOutRate

        void setReadOutRate​(Frequency theReadOutRate,
                            Ice.Current __current)
      • getBinning

        Binning getBinning​(Ice.Current __current)
      • setBinning

        void setBinning​(Binning theBinning,
                        Ice.Current __current)
      • getIntegration

        RInt getIntegration​(Ice.Current __current)
      • setIntegration

        void setIntegration​(RInt theIntegration,
                            Ice.Current __current)
      • getZoom

        RDouble getZoom​(Ice.Current __current)
      • setZoom

        void setZoom​(RDouble theZoom,
                     Ice.Current __current)
      • getDetector

        Detector getDetector​(Ice.Current __current)
      • setDetector

        void setDetector​(Detector theDetector,
                         Ice.Current __current)