Bases: NBOBaseClass
Represents the XML element MicrobeamManipulation.
Defines a microbeam operation and the region of the image it was applied to. The LightSourceSettingsRef element is a reference to the LightSourceSettings that were used in this case, including a reference to the light source that was used for this micromanipulation experiment (e.g....................... a laser used for photobleaching).
fromBase ( base )
staticmethod
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 )
setType ( value , validate = True )
setExperimenterRef_List ( value , validate = True )
getExperimenterRef_List ()
addToExperimenterRef_List ( value , validate = True )
clearExperimenterRef_List ()
setROIRef_List ( value , validate = True )
addToROIRef_List ( value , validate = True )
setLightSourceSettings_List ( value , validate = True )
getLightSourceSettings_List ()
Returns the list of LightSourceSettings elements.
This holds a reference to the LightSource (i.e. the ID attribute) that was used in this case as well as the setting that were applied to in in this case.
Returns:
Type
Description
List[LightSourceSettings]
The list of LightSourceSettings elements
addToLightSourceSettings_List ( value , validate = True )
Adds a new LightSourceSettings element to this object.
This holds a reference to the LightSource (i.e. the ID attribute) that was used in this case as well as the setting that were applied to in in this case.
Parameters:
Name
Type
Description
Default
value
LightSourceSettings
required
validate
(boolean , optional )
If true, validates constraints on value. Default is true.
True
clearLightSourceSettings_List ()
setDescription ( value , validate = True )
setAnnotationRef_List ( value , validate = True )
addToAnnotationRef_List ( value , validate = True )
clearAnnotationRef_List ()