Skip to content

DetectorSettings_Type

Bases: Settings_Type

Represents the XML complex type DetectorSettings.

This element holds the Setting applied to the Detector used for the Acquisition of this Channel as well as a reference to the Detector (the ID attribute) in question.

fromBase(base) staticmethod

getTypeName()

getXMLName()

getNBOType()

getChildren()

getSubElements()

fromJsonFile(path, validate=True)

fromJsonString(json_string, validate=True)

fromXmlFile(path, validate=True)

fromXmlString(xml_string, validate=True)

toXmlFile(filename, validate=True)

toXmlString(validate=True)

setID(value, validate=True)

getID()

resetID()

hasID()

setEffectiveBitDepth(value, validate=True)

getEffectiveBitDepth()

resetEffectiveBitDepth()

hasEffectiveBitDepth()

setAnalogGain(value, validate=True)

getAnalogGain()

resetAnalogGain()

hasAnalogGain()

setAmplificationGain(value, validate=True)

getAmplificationGain()

resetAmplificationGain()

hasAmplificationGain()

setOffset(value, validate=True)

getOffset()

resetOffset()

hasOffset()

setOffsetMode(value, validate=True)

getOffsetMode()

resetOffsetMode()

hasOffsetMode()