Skip to content

GenericExcitationSource

Bases: LightSource_Type

Represents the XML element GenericExcitationSource.

The GenericExcitationSource element is used to represent a light source as a collection of key/value pairs, stored in a Map. One of the other light source elements should always be used in preference to this if possible.

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)

setIlluminationWavelengthRange_List(value, validate=True)

getIlluminationWavelengthRange_List()

addToIlluminationWavelengthRange_List(value, validate=True)

clearIlluminationWavelengthRange_List()

setMap(value, validate=True)

getMap()

resetMap()

hasMap()