Skip to content

PlateAcquisition

Bases: NBOBaseClass

Represents the XML element PlateAcquisition.

PlateAcquisition is used to describe a single Acquisition run for a plate. This object is used to record the set of images acquired in a single Acquisition run. The Images for this run are linked to PlateAcquisition through WellSample.

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()

setName(value, validate=True)

getName()

resetName()

hasName()

getNameAllowedValues() staticmethod

setEndTime(value, validate=True)

getEndTime()

resetEndTime()

hasEndTime()

getEndTimeAllowedValues() staticmethod

setStartTime(value, validate=True)

getStartTime()

resetStartTime()

hasStartTime()

getStartTimeAllowedValues() staticmethod

setMaximumFieldCount(value, validate=True)

getMaximumFieldCount()

resetMaximumFieldCount()

hasMaximumFieldCount()

setDescription(value, validate=True)

getDescription()

resetDescription()

hasDescription()

setWellSampleRef_List(value, validate=True)

getWellSampleRef_List()

addToWellSampleRef_List(value, validate=True)

clearWellSampleRef_List()

setAnnotationRef_List(value, validate=True)

getAnnotationRef_List()

addToAnnotationRef_List(value, validate=True)

clearAnnotationRef_List()