public interface _DetectorSettingsOperationsNC extends _IObjectOperationsNC
Modifier and Type | Method and Description |
---|---|
Binning |
getBinning() |
Detector |
getDetector() |
RDouble |
getGain() |
RInt |
getIntegration() |
RDouble |
getOffsetValue() |
Frequency |
getReadOutRate() |
RInt |
getVersion() |
ElectricPotential |
getVoltage() |
RDouble |
getZoom() |
void |
setBinning(Binning theBinning) |
void |
setDetector(Detector theDetector) |
void |
setGain(RDouble theGain) |
void |
setIntegration(RInt theIntegration) |
void |
setOffsetValue(RDouble theOffsetValue) |
void |
setReadOutRate(Frequency theReadOutRate) |
void |
setVersion(RInt theVersion) |
void |
setVoltage(ElectricPotential theVoltage) |
void |
setZoom(RDouble theZoom) |
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
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)