Skip to content

FreeBeam

Bases: LightSourceCoupling_Type

Represents the XML element FreeBeam.

A Free Beam coupling between the Light Source and the Microscope Stand consists of either a direct mount or an optical path that directs light across free space to the back of the Microscope Stand.

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)

setDirectMount(value, validate=True)

getDirectMount()

resetDirectMount()

hasDirectMount()

setMountType(value, validate=True)

getMountType()

resetMountType()

hasMountType()

getMountTypeAllowedValues() staticmethod