com.inscoper.nbo.MechanicalCalibration
Represents the XML element MechanicalCalibration. More...
Inherits from com.inscoper.nbo.NBOBaseClass
Public Functions
| Name | |
|---|---|
| synchronized void | delete() |
| MechanicalCalibration() | |
| String | getTypeName() Returns the class type name. |
| String | getXMLName() Returns the XML element name corresponding to this class. |
| ENBOType | getNBOType() Returns the NBO Type corresponding to this class. |
| NBOBaseClassVector | getChildren() Returns a list of all classes derived from this class. |
| NBOBaseClassVector | getSubElements() Returns a list of all child elements contained in this class. |
| void | fromJsonFile(String path) Populates this object from a JSON file. |
| void | fromJsonString(String json_string) Populates this object from a JSON string. |
| void | fromXmlFile(String path) Populates this object from a XML file. |
| void | fromXmlString(String xml_string) Populates this object from a XML string. |
| void | toXmlFile(String filename) Serializes this object to an XML file. |
| String | toXmlString() Serializes this object to an XML string. |
| void | setID(LSID_Type value) Sets the value of the ID attribute. |
| LSID_Type | getID() Returns the value of the ID attribute. |
| void | resetID() Resets the ID attribute to an unset state. |
| boolean | hasID() Checks whether the optional ID attribute is present. |
| void | setDate(String value) Sets the value of the Date attribute. |
| String | getDate() Returns the value of the Date attribute. |
| void | setMeasuredXReproducibility(float value) Sets the value of the MeasuredXReproducibility attribute. |
| float | getMeasuredXReproducibility() Returns the value of the MeasuredXReproducibility attribute. |
| void | setMeasuredXReproducibilityUnit(UnitsLength_Type value) Sets the value of the MeasuredXReproducibilityUnit attribute. |
| UnitsLength_Type | getMeasuredXReproducibilityUnit() Returns the value of the MeasuredXReproducibilityUnit attribute. |
| void | resetMeasuredXReproducibilityUnit() Resets the MeasuredXReproducibilityUnit attribute to an unset state. |
| boolean | hasMeasuredXReproducibilityUnit() Checks whether the optional MeasuredXReproducibilityUnit attribute is present. |
| void | setMeasuredYReproducibility(float value) Sets the value of the MeasuredYReproducibility attribute. |
| float | getMeasuredYReproducibility() Returns the value of the MeasuredYReproducibility attribute. |
| void | setMeasuredYReproducibilityUnit(UnitsLength_Type value) Sets the value of the MeasuredYReproducibilityUnit attribute. |
| UnitsLength_Type | getMeasuredYReproducibilityUnit() Returns the value of the MeasuredYReproducibilityUnit attribute. |
| void | resetMeasuredYReproducibilityUnit() Resets the MeasuredYReproducibilityUnit attribute to an unset state. |
| boolean | hasMeasuredYReproducibilityUnit() Checks whether the optional MeasuredYReproducibilityUnit attribute is present. |
| void | setMeasuredFocalReproducibility(float value) Sets the value of the MeasuredFocalReproducibility attribute. |
| float | getMeasuredFocalReproducibility() Returns the value of the MeasuredFocalReproducibility attribute. |
| void | setMeasuredFocalReproducibilityUnit(UnitsLength_Type value) Sets the value of the MeasuredFocalReproducibilityUnit attribute. |
| UnitsLength_Type | getMeasuredFocalReproducibilityUnit() Returns the value of the MeasuredFocalReproducibilityUnit attribute. |
| void | resetMeasuredFocalReproducibilityUnit() Resets the MeasuredFocalReproducibilityUnit attribute to an unset state. |
| boolean | hasMeasuredFocalReproducibilityUnit() Checks whether the optional MeasuredFocalReproducibilityUnit attribute is present. |
| void | setMeasuredXRepeatability(float value) Sets the value of the MeasuredXRepeatability attribute. |
| float | getMeasuredXRepeatability() Returns the value of the MeasuredXRepeatability attribute. |
| void | setMeasuredXRepeatabilityUnit(UnitsLength_Type value) Sets the value of the MeasuredXRepeatabilityUnit attribute. |
| UnitsLength_Type | getMeasuredXRepeatabilityUnit() Returns the value of the MeasuredXRepeatabilityUnit attribute. |
| void | resetMeasuredXRepeatabilityUnit() Resets the MeasuredXRepeatabilityUnit attribute to an unset state. |
| boolean | hasMeasuredXRepeatabilityUnit() Checks whether the optional MeasuredXRepeatabilityUnit attribute is present. |
| void | setMeasuredYRepeatability(float value) Sets the value of the MeasuredYRepeatability attribute. |
| float | getMeasuredYRepeatability() Returns the value of the MeasuredYRepeatability attribute. |
| void | setMeasuredYRepeatabilityUnit(UnitsLength_Type value) Sets the value of the MeasuredYRepeatabilityUnit attribute. |
| UnitsLength_Type | getMeasuredYRepeatabilityUnit() Returns the value of the MeasuredYRepeatabilityUnit attribute. |
| void | resetMeasuredYRepeatabilityUnit() Resets the MeasuredYRepeatabilityUnit attribute to an unset state. |
| boolean | hasMeasuredYRepeatabilityUnit() Checks whether the optional MeasuredYRepeatabilityUnit attribute is present. |
| void | setMeasuredFocalRepeatability(float value) Sets the value of the MeasuredFocalRepeatability attribute. |
| float | getMeasuredFocalRepeatability() Returns the value of the MeasuredFocalRepeatability attribute. |
| void | setMeasuredFocalRepeatabilityUnit(UnitsLength_Type value) Sets the value of the MeasuredFocalRepeatabilityUnit attribute. |
| UnitsLength_Type | getMeasuredFocalRepeatabilityUnit() Returns the value of the MeasuredFocalRepeatabilityUnit attribute. |
| void | resetMeasuredFocalRepeatabilityUnit() Resets the MeasuredFocalRepeatabilityUnit attribute to an unset state. |
| boolean | hasMeasuredFocalRepeatabilityUnit() Checks whether the optional MeasuredFocalRepeatabilityUnit attribute is present. |
| void | setMeasuredXSettlingTime(float value) Sets the value of the MeasuredXSettlingTime attribute. |
| float | getMeasuredXSettlingTime() Returns the value of the MeasuredXSettlingTime attribute. |
| void | resetMeasuredXSettlingTime() Resets the MeasuredXSettlingTime attribute to an unset state. |
| boolean | hasMeasuredXSettlingTime() Checks whether the optional MeasuredXSettlingTime attribute is present. |
| void | setMeasuredXSettlingTimeUnit(UnitsTime_Type value) Sets the value of the MeasuredXSettlingTimeUnit attribute. |
| UnitsTime_Type | getMeasuredXSettlingTimeUnit() Returns the value of the MeasuredXSettlingTimeUnit attribute. |
| void | resetMeasuredXSettlingTimeUnit() Resets the MeasuredXSettlingTimeUnit attribute to an unset state. |
| boolean | hasMeasuredXSettlingTimeUnit() Checks whether the optional MeasuredXSettlingTimeUnit attribute is present. |
| void | setMeasuredYSettlingTime(float value) Sets the value of the MeasuredYSettlingTime attribute. |
| float | getMeasuredYSettlingTime() Returns the value of the MeasuredYSettlingTime attribute. |
| void | resetMeasuredYSettlingTime() Resets the MeasuredYSettlingTime attribute to an unset state. |
| boolean | hasMeasuredYSettlingTime() Checks whether the optional MeasuredYSettlingTime attribute is present. |
| void | setMeasuredYSettlingTimeUnit(UnitsTime_Type value) Sets the value of the MeasuredYSettlingTimeUnit attribute. |
| UnitsTime_Type | getMeasuredYSettlingTimeUnit() Returns the value of the MeasuredYSettlingTimeUnit attribute. |
| void | resetMeasuredYSettlingTimeUnit() Resets the MeasuredYSettlingTimeUnit attribute to an unset state. |
| boolean | hasMeasuredYSettlingTimeUnit() Checks whether the optional MeasuredYSettlingTimeUnit attribute is present. |
| void | setMeasuredFocalSettlingTime(float value) Sets the value of the MeasuredFocalSettlingTime attribute. |
| float | getMeasuredFocalSettlingTime() Returns the value of the MeasuredFocalSettlingTime attribute. |
| void | resetMeasuredFocalSettlingTime() Resets the MeasuredFocalSettlingTime attribute to an unset state. |
| boolean | hasMeasuredFocalSettlingTime() Checks whether the optional MeasuredFocalSettlingTime attribute is present. |
| void | setMeasuredFocalSettlingTimeUnit(UnitsTime_Type value) Sets the value of the MeasuredFocalSettlingTimeUnit attribute. |
| UnitsTime_Type | getMeasuredFocalSettlingTimeUnit() Returns the value of the MeasuredFocalSettlingTimeUnit attribute. |
| void | resetMeasuredFocalSettlingTimeUnit() Resets the MeasuredFocalSettlingTimeUnit attribute to an unset state. |
| boolean | hasMeasuredFocalSettlingTimeUnit() Checks whether the optional MeasuredFocalSettlingTimeUnit attribute is present. |
| void | setMeasuredXReproducibility_SD(float value) Sets the value of the MeasuredXReproducibility_SD attribute. |
| float | getMeasuredXReproducibility_SD() Returns the value of the MeasuredXReproducibility_SD attribute. |
| void | resetMeasuredXReproducibility_SD() Resets the MeasuredXReproducibility_SD attribute to an unset state. |
| boolean | hasMeasuredXReproducibility_SD() Checks whether the optional MeasuredXReproducibility_SD attribute is present. |
| void | setMeasuredYReproducibility_SD(float value) Sets the value of the MeasuredYReproducibility_SD attribute. |
| float | getMeasuredYReproducibility_SD() Returns the value of the MeasuredYReproducibility_SD attribute. |
| void | resetMeasuredYReproducibility_SD() Resets the MeasuredYReproducibility_SD attribute to an unset state. |
| boolean | hasMeasuredYReproducibility_SD() Checks whether the optional MeasuredYReproducibility_SD attribute is present. |
| void | setMeasuredFocalReproducibility_SD(float value) Sets the value of the MeasuredFocalReproducibility_SD attribute. |
| float | getMeasuredFocalReproducibility_SD() Returns the value of the MeasuredFocalReproducibility_SD attribute. |
| void | resetMeasuredFocalReproducibility_SD() Resets the MeasuredFocalReproducibility_SD attribute to an unset state. |
| boolean | hasMeasuredFocalReproducibility_SD() Checks whether the optional MeasuredFocalReproducibility_SD attribute is present. |
| void | setMeasuredXRepeatability_SD(float value) Sets the value of the MeasuredXRepeatability_SD attribute. |
| float | getMeasuredXRepeatability_SD() Returns the value of the MeasuredXRepeatability_SD attribute. |
| void | resetMeasuredXRepeatability_SD() Resets the MeasuredXRepeatability_SD attribute to an unset state. |
| boolean | hasMeasuredXRepeatability_SD() Checks whether the optional MeasuredXRepeatability_SD attribute is present. |
| void | setMeasuredYRepeatability_SD(float value) Sets the value of the MeasuredYRepeatability_SD attribute. |
| float | getMeasuredYRepeatability_SD() Returns the value of the MeasuredYRepeatability_SD attribute. |
| void | resetMeasuredYRepeatability_SD() Resets the MeasuredYRepeatability_SD attribute to an unset state. |
| boolean | hasMeasuredYRepeatability_SD() Checks whether the optional MeasuredYRepeatability_SD attribute is present. |
| void | setMeasuredFocalRepeatability_SD(float value) Sets the value of the MeasuredFocalRepeatability_SD attribute. |
| float | getMeasuredFocalRepeatability_SD() Returns the value of the MeasuredFocalRepeatability_SD attribute. |
| void | resetMeasuredFocalRepeatability_SD() Resets the MeasuredFocalRepeatability_SD attribute to an unset state. |
| boolean | hasMeasuredFocalRepeatability_SD() Checks whether the optional MeasuredFocalRepeatability_SD attribute is present. |
| void | setMeasuredXSettlingTime_SD(float value) Sets the value of the MeasuredXSettlingTime_SD attribute. |
| float | getMeasuredXSettlingTime_SD() Returns the value of the MeasuredXSettlingTime_SD attribute. |
| void | resetMeasuredXSettlingTime_SD() Resets the MeasuredXSettlingTime_SD attribute to an unset state. |
| boolean | hasMeasuredXSettlingTime_SD() Checks whether the optional MeasuredXSettlingTime_SD attribute is present. |
| void | setMeasuredYSettlingTime_SD(float value) Sets the value of the MeasuredYSettlingTime_SD attribute. |
| float | getMeasuredYSettlingTime_SD() Returns the value of the MeasuredYSettlingTime_SD attribute. |
| void | resetMeasuredYSettlingTime_SD() Resets the MeasuredYSettlingTime_SD attribute to an unset state. |
| boolean | hasMeasuredYSettlingTime_SD() Checks whether the optional MeasuredYSettlingTime_SD attribute is present. |
| void | setMeasuredFocalSettlingTime_SD(float value) Sets the value of the MeasuredFocalSettlingTime_SD attribute. |
| float | getMeasuredFocalSettlingTime_SD() Returns the value of the MeasuredFocalSettlingTime_SD attribute. |
| void | resetMeasuredFocalSettlingTime_SD() Resets the MeasuredFocalSettlingTime_SD attribute to an unset state. |
| boolean | hasMeasuredFocalSettlingTime_SD() Checks whether the optional MeasuredFocalSettlingTime_SD attribute is present. |
| void | setSamplePositioningRef(SamplePositioningRef value) Sets the value of the SamplePositioningRef element. |
| SamplePositioningRef | getSamplePositioningRef() Returns the value of the SamplePositioningRef element. |
| void | resetSamplePositioningRef() Resets the SamplePositioningRef element to an unset state. |
| boolean | hasSamplePositioningRef() Checks whether the optional SamplePositioningRef element is present. |
| void | setFocusStabilizationDeviceRef(FocusStabilizationDeviceRef value) Sets the value of the FocusStabilizationDeviceRef element. |
| FocusStabilizationDeviceRef | getFocusStabilizationDeviceRef() Returns the value of the FocusStabilizationDeviceRef element. |
| void | resetFocusStabilizationDeviceRef() Resets the FocusStabilizationDeviceRef element to an unset state. |
| boolean | hasFocusStabilizationDeviceRef() Checks whether the optional FocusStabilizationDeviceRef element is present. |
| void | setAnnotationRef(MechanicalCalibration_InlineAnnotationRef value) Sets the value of the AnnotationRef element. |
| MechanicalCalibration_InlineAnnotationRef | getAnnotationRef() Returns the value of the AnnotationRef element. |
| void | resetAnnotationRef() Resets the AnnotationRef element to an unset state. |
| boolean | hasAnnotationRef() Checks whether the optional AnnotationRef element is present. |
| MechanicalCalibration | __internal_create(long cPtr, boolean own) |
Protected Functions
| Name | |
|---|---|
| MechanicalCalibration(long cPtr, boolean cMemoryOwn) | |
| void | swigSetCMemOwn(boolean own) |
| void | finalize() |
| long | getCPtr(MechanicalCalibration obj) |
Additional inherited members
Protected Functions inherited from com.inscoper.nbo.NBOBaseClass
| Name | |
|---|---|
| NBOBaseClass(long cPtr, boolean cMemoryOwn) |
Detailed Description
Represents the XML element MechanicalCalibration.
This describes the procedures that were used for mechanical calibration and the resulting calibration results.
Public Functions Documentation
function delete
Reimplements: com.inscoper.nbo.NBOBaseClass.delete
function MechanicalCalibration
function getTypeName
Returns the class type name.
Return: The class type name
Reimplements: com.inscoper.nbo.NBOBaseClass.getTypeName
function getXMLName
Returns the XML element name corresponding to this class.
Return: The XML element name
Reimplements: com.inscoper.nbo.NBOBaseClass.getXMLName
function getNBOType
Returns the NBO Type corresponding to this class.
Return: The NBO Type value
Reimplements: com.inscoper.nbo.NBOBaseClass.getNBOType
function getChildren
Returns a list of all classes derived from this class.
Return: The list of derived classes
Reimplements: com.inscoper.nbo.NBOBaseClass.getChildren
function getSubElements
Returns a list of all child elements contained in this class.
Return: The list of child classes
Reimplements: com.inscoper.nbo.NBOBaseClass.getSubElements
function fromJsonFile
Populates this object from a JSON file.
Parameters:
- path The path to the JSON file
function fromJsonString
Populates this object from a JSON string.
Parameters:
- json_string The JSON content as a string
function fromXmlFile
Populates this object from a XML file.
Parameters:
- path The path to the XML file
function fromXmlString
Populates this object from a XML string.
Parameters:
- xml_string The XML content as a string
function toXmlFile
Serializes this object to an XML file.
Parameters:
- filename The path to the output XML file
function toXmlString
Serializes this object to an XML string.
Return: A string containing the XML representation of this object
function setID
Sets the value of the ID attribute.
Parameters:
- value The value to set
A Unique Identifier for this component.
function getID
Returns the value of the ID attribute.
Return: The value of the attribute
A Unique Identifier for this component.
function resetID
Resets the ID attribute to an unset state.
A Unique Identifier for this component.
function hasID
Checks whether the optional ID attribute is present.
Return: true if the optional attribute has been set, false otherwise
A Unique Identifier for this component.
function setDate
Sets the value of the Date attribute.
Parameters:
- value The value to set
Ths field records the Date in which this Calibration procedure was performed.
function getDate
Returns the value of the Date attribute.
Return: The value of the attribute
Ths field records the Date in which this Calibration procedure was performed.
function setMeasuredXReproducibility
Sets the value of the MeasuredXReproducibility attribute.
Parameters:
- value The value to set
This field captures the observed Precision with which this Instrument is capable of maintaining a given X-axis position over time during Image Acquisition and as measured by this Mechanical Calibration procedure. This metric is generally referred to as Reproducibility and it might also be referred to as X Lateral Drift. This metric is particularly relevant for Stereology systems and for the calibration of Sample Positioning devices.
function getMeasuredXReproducibility
Returns the value of the MeasuredXReproducibility attribute.
Return: The value of the attribute
This field captures the observed Precision with which this Instrument is capable of maintaining a given X-axis position over time during Image Acquisition and as measured by this Mechanical Calibration procedure. This metric is generally referred to as Reproducibility and it might also be referred to as X Lateral Drift. This metric is particularly relevant for Stereology systems and for the calibration of Sample Positioning devices.
function setMeasuredXReproducibilityUnit
Sets the value of the MeasuredXReproducibilityUnit attribute.
Parameters:
- value The value to set
No description available in the XSD standard.
function getMeasuredXReproducibilityUnit
Returns the value of the MeasuredXReproducibilityUnit attribute.
Return: The value of the attribute
No description available in the XSD standard.
function resetMeasuredXReproducibilityUnit
Resets the MeasuredXReproducibilityUnit attribute to an unset state.
No description available in the XSD standard.
function hasMeasuredXReproducibilityUnit
Checks whether the optional MeasuredXReproducibilityUnit attribute is present.
Return: true if the optional attribute has been set, false otherwise
No description available in the XSD standard.
function setMeasuredYReproducibility
Sets the value of the MeasuredYReproducibility attribute.
Parameters:
- value The value to set
This field captures the observed Precision with which this Instrument is capable of maintaining a given Y-axis position over time during Image Acquisition and as measured by this Mechanical Calibration procedure. This metric is generally referred to as Reproducibility and it might also be referred to as Y Lateral Drift. This metric is particularly relevant for Stereology systems and for the calibration of Sample Positioning devices.
function getMeasuredYReproducibility
Returns the value of the MeasuredYReproducibility attribute.
Return: The value of the attribute
This field captures the observed Precision with which this Instrument is capable of maintaining a given Y-axis position over time during Image Acquisition and as measured by this Mechanical Calibration procedure. This metric is generally referred to as Reproducibility and it might also be referred to as Y Lateral Drift. This metric is particularly relevant for Stereology systems and for the calibration of Sample Positioning devices.
function setMeasuredYReproducibilityUnit
Sets the value of the MeasuredYReproducibilityUnit attribute.
Parameters:
- value The value to set
No description available in the XSD standard.
function getMeasuredYReproducibilityUnit
Returns the value of the MeasuredYReproducibilityUnit attribute.
Return: The value of the attribute
No description available in the XSD standard.
function resetMeasuredYReproducibilityUnit
Resets the MeasuredYReproducibilityUnit attribute to an unset state.
No description available in the XSD standard.
function hasMeasuredYReproducibilityUnit
Checks whether the optional MeasuredYReproducibilityUnit attribute is present.
Return: true if the optional attribute has been set, false otherwise
No description available in the XSD standard.
function setMeasuredFocalReproducibility
Sets the value of the MeasuredFocalReproducibility attribute.
Parameters:
- value The value to set
This field captures the observed Precision with which this Instrument is capable of maintaining a given Z-axis position over time during Image Acquisition and as measured by this Mechanical Calibration procedure. This metric is generally referred to as Reproducibility and it might also be referred to as Focal Drift. This metric is particularly relevant for Stereology systems and for the calibration of Sample Positioning devices.
function getMeasuredFocalReproducibility
Returns the value of the MeasuredFocalReproducibility attribute.
Return: The value of the attribute
This field captures the observed Precision with which this Instrument is capable of maintaining a given Z-axis position over time during Image Acquisition and as measured by this Mechanical Calibration procedure. This metric is generally referred to as Reproducibility and it might also be referred to as Focal Drift. This metric is particularly relevant for Stereology systems and for the calibration of Sample Positioning devices.
function setMeasuredFocalReproducibilityUnit
Sets the value of the MeasuredFocalReproducibilityUnit attribute.
Parameters:
- value The value to set
No description available in the XSD standard.
function getMeasuredFocalReproducibilityUnit
Returns the value of the MeasuredFocalReproducibilityUnit attribute.
Return: The value of the attribute
No description available in the XSD standard.
function resetMeasuredFocalReproducibilityUnit
Resets the MeasuredFocalReproducibilityUnit attribute to an unset state.
No description available in the XSD standard.
function hasMeasuredFocalReproducibilityUnit
Checks whether the optional MeasuredFocalReproducibilityUnit attribute is present.
Return: true if the optional attribute has been set, false otherwise
No description available in the XSD standard.
function setMeasuredXRepeatability
Sets the value of the MeasuredXRepeatability attribute.
Parameters:
- value The value to set
This field captures the observed X-axis Accuracy with which this Instrument is capable of returning to a previously visited position during Image Acquisition and as measured by this Mechanical Calibration Procedure. This metric is important for example for Tiling.
function getMeasuredXRepeatability
Returns the value of the MeasuredXRepeatability attribute.
Return: The value of the attribute
This field captures the observed X-axis Accuracy with which this Instrument is capable of returning to a previously visited position during Image Acquisition and as measured by this Mechanical Calibration Procedure. This metric is important for example for Tiling.
function setMeasuredXRepeatabilityUnit
Sets the value of the MeasuredXRepeatabilityUnit attribute.
Parameters:
- value The value to set
No description available in the XSD standard.
function getMeasuredXRepeatabilityUnit
Returns the value of the MeasuredXRepeatabilityUnit attribute.
Return: The value of the attribute
No description available in the XSD standard.
function resetMeasuredXRepeatabilityUnit
Resets the MeasuredXRepeatabilityUnit attribute to an unset state.
No description available in the XSD standard.
function hasMeasuredXRepeatabilityUnit
Checks whether the optional MeasuredXRepeatabilityUnit attribute is present.
Return: true if the optional attribute has been set, false otherwise
No description available in the XSD standard.
function setMeasuredYRepeatability
Sets the value of the MeasuredYRepeatability attribute.
Parameters:
- value The value to set
This field captures the observed Y-axis Accuracy with which this Instrument is capable of returning to a previously visited position during Image Acquisition and as measured by this Mechanical Calibration Procedure. This metric is important for example for Tiling.
function getMeasuredYRepeatability
Returns the value of the MeasuredYRepeatability attribute.
Return: The value of the attribute
This field captures the observed Y-axis Accuracy with which this Instrument is capable of returning to a previously visited position during Image Acquisition and as measured by this Mechanical Calibration Procedure. This metric is important for example for Tiling.
function setMeasuredYRepeatabilityUnit
Sets the value of the MeasuredYRepeatabilityUnit attribute.
Parameters:
- value The value to set
No description available in the XSD standard.
function getMeasuredYRepeatabilityUnit
Returns the value of the MeasuredYRepeatabilityUnit attribute.
Return: The value of the attribute
No description available in the XSD standard.
function resetMeasuredYRepeatabilityUnit
Resets the MeasuredYRepeatabilityUnit attribute to an unset state.
No description available in the XSD standard.
function hasMeasuredYRepeatabilityUnit
Checks whether the optional MeasuredYRepeatabilityUnit attribute is present.
Return: true if the optional attribute has been set, false otherwise
No description available in the XSD standard.
function setMeasuredFocalRepeatability
Sets the value of the MeasuredFocalRepeatability attribute.
Parameters:
- value The value to set
This field captures the observed Z-axis Accuracy with which this Instrument is capable of returning to a previously visited position during Image Acquisition and as measured by this Mechanical Calibration Procedure. This metric is important for example for Tiling.
function getMeasuredFocalRepeatability
Returns the value of the MeasuredFocalRepeatability attribute.
Return: The value of the attribute
This field captures the observed Z-axis Accuracy with which this Instrument is capable of returning to a previously visited position during Image Acquisition and as measured by this Mechanical Calibration Procedure. This metric is important for example for Tiling.
function setMeasuredFocalRepeatabilityUnit
Sets the value of the MeasuredFocalRepeatabilityUnit attribute.
Parameters:
- value The value to set
No description available in the XSD standard.
function getMeasuredFocalRepeatabilityUnit
Returns the value of the MeasuredFocalRepeatabilityUnit attribute.
Return: The value of the attribute
No description available in the XSD standard.
function resetMeasuredFocalRepeatabilityUnit
Resets the MeasuredFocalRepeatabilityUnit attribute to an unset state.
No description available in the XSD standard.
function hasMeasuredFocalRepeatabilityUnit
Checks whether the optional MeasuredFocalRepeatabilityUnit attribute is present.
Return: true if the optional attribute has been set, false otherwise
No description available in the XSD standard.
function setMeasuredXSettlingTime
Sets the value of the MeasuredXSettlingTime attribute.
Parameters:
- value The value to set
This field captures the observed Time it takes for this Instrument to stabilize at the target X-axis position during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function getMeasuredXSettlingTime
Returns the value of the MeasuredXSettlingTime attribute.
Return: The value of the attribute
This field captures the observed Time it takes for this Instrument to stabilize at the target X-axis position during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function resetMeasuredXSettlingTime
Resets the MeasuredXSettlingTime attribute to an unset state.
This field captures the observed Time it takes for this Instrument to stabilize at the target X-axis position during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function hasMeasuredXSettlingTime
Checks whether the optional MeasuredXSettlingTime attribute is present.
Return: true if the optional attribute has been set, false otherwise
This field captures the observed Time it takes for this Instrument to stabilize at the target X-axis position during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function setMeasuredXSettlingTimeUnit
Sets the value of the MeasuredXSettlingTimeUnit attribute.
Parameters:
- value The value to set
No description available in the XSD standard.
function getMeasuredXSettlingTimeUnit
Returns the value of the MeasuredXSettlingTimeUnit attribute.
Return: The value of the attribute
No description available in the XSD standard.
function resetMeasuredXSettlingTimeUnit
Resets the MeasuredXSettlingTimeUnit attribute to an unset state.
No description available in the XSD standard.
function hasMeasuredXSettlingTimeUnit
Checks whether the optional MeasuredXSettlingTimeUnit attribute is present.
Return: true if the optional attribute has been set, false otherwise
No description available in the XSD standard.
function setMeasuredYSettlingTime
Sets the value of the MeasuredYSettlingTime attribute.
Parameters:
- value The value to set
This field captures the observed Time it takes for this Instrument to stabilize at the target Y-axis position during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function getMeasuredYSettlingTime
Returns the value of the MeasuredYSettlingTime attribute.
Return: The value of the attribute
This field captures the observed Time it takes for this Instrument to stabilize at the target Y-axis position during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function resetMeasuredYSettlingTime
Resets the MeasuredYSettlingTime attribute to an unset state.
This field captures the observed Time it takes for this Instrument to stabilize at the target Y-axis position during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function hasMeasuredYSettlingTime
Checks whether the optional MeasuredYSettlingTime attribute is present.
Return: true if the optional attribute has been set, false otherwise
This field captures the observed Time it takes for this Instrument to stabilize at the target Y-axis position during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function setMeasuredYSettlingTimeUnit
Sets the value of the MeasuredYSettlingTimeUnit attribute.
Parameters:
- value The value to set
No description available in the XSD standard.
function getMeasuredYSettlingTimeUnit
Returns the value of the MeasuredYSettlingTimeUnit attribute.
Return: The value of the attribute
No description available in the XSD standard.
function resetMeasuredYSettlingTimeUnit
Resets the MeasuredYSettlingTimeUnit attribute to an unset state.
No description available in the XSD standard.
function hasMeasuredYSettlingTimeUnit
Checks whether the optional MeasuredYSettlingTimeUnit attribute is present.
Return: true if the optional attribute has been set, false otherwise
No description available in the XSD standard.
function setMeasuredFocalSettlingTime
Sets the value of the MeasuredFocalSettlingTime attribute.
Parameters:
- value The value to set
This field captures the observed Time it takes for this Instrument to stabilize at the target Z-axis position during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function getMeasuredFocalSettlingTime
Returns the value of the MeasuredFocalSettlingTime attribute.
Return: The value of the attribute
This field captures the observed Time it takes for this Instrument to stabilize at the target Z-axis position during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function resetMeasuredFocalSettlingTime
Resets the MeasuredFocalSettlingTime attribute to an unset state.
This field captures the observed Time it takes for this Instrument to stabilize at the target Z-axis position during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function hasMeasuredFocalSettlingTime
Checks whether the optional MeasuredFocalSettlingTime attribute is present.
Return: true if the optional attribute has been set, false otherwise
This field captures the observed Time it takes for this Instrument to stabilize at the target Z-axis position during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function setMeasuredFocalSettlingTimeUnit
Sets the value of the MeasuredFocalSettlingTimeUnit attribute.
Parameters:
- value The value to set
No description available in the XSD standard.
function getMeasuredFocalSettlingTimeUnit
Returns the value of the MeasuredFocalSettlingTimeUnit attribute.
Return: The value of the attribute
No description available in the XSD standard.
function resetMeasuredFocalSettlingTimeUnit
Resets the MeasuredFocalSettlingTimeUnit attribute to an unset state.
No description available in the XSD standard.
function hasMeasuredFocalSettlingTimeUnit
Checks whether the optional MeasuredFocalSettlingTimeUnit attribute is present.
Return: true if the optional attribute has been set, false otherwise
No description available in the XSD standard.
function setMeasuredXReproducibility_SD
Sets the value of the MeasuredXReproducibility_SD attribute.
Parameters:
- value The value to set
This field captures the Standard Deviation associated with the observed Precision with which this Instrument is capable of maintaining a given X-axis position over time during Image Acquisition and as measured by this Mechanical Calibration procedure.
function getMeasuredXReproducibility_SD
Returns the value of the MeasuredXReproducibility_SD attribute.
Return: The value of the attribute
This field captures the Standard Deviation associated with the observed Precision with which this Instrument is capable of maintaining a given X-axis position over time during Image Acquisition and as measured by this Mechanical Calibration procedure.
function resetMeasuredXReproducibility_SD
Resets the MeasuredXReproducibility_SD attribute to an unset state.
This field captures the Standard Deviation associated with the observed Precision with which this Instrument is capable of maintaining a given X-axis position over time during Image Acquisition and as measured by this Mechanical Calibration procedure.
function hasMeasuredXReproducibility_SD
Checks whether the optional MeasuredXReproducibility_SD attribute is present.
Return: true if the optional attribute has been set, false otherwise
This field captures the Standard Deviation associated with the observed Precision with which this Instrument is capable of maintaining a given X-axis position over time during Image Acquisition and as measured by this Mechanical Calibration procedure.
function setMeasuredYReproducibility_SD
Sets the value of the MeasuredYReproducibility_SD attribute.
Parameters:
- value The value to set
This field captures the Standard Deviation associated with the observed Precision with which this Instrument is capable of maintaining a given Y-axis position over time during Image Acquisition and as measured by this Mechanical Calibration procedure.
function getMeasuredYReproducibility_SD
Returns the value of the MeasuredYReproducibility_SD attribute.
Return: The value of the attribute
This field captures the Standard Deviation associated with the observed Precision with which this Instrument is capable of maintaining a given Y-axis position over time during Image Acquisition and as measured by this Mechanical Calibration procedure.
function resetMeasuredYReproducibility_SD
Resets the MeasuredYReproducibility_SD attribute to an unset state.
This field captures the Standard Deviation associated with the observed Precision with which this Instrument is capable of maintaining a given Y-axis position over time during Image Acquisition and as measured by this Mechanical Calibration procedure.
function hasMeasuredYReproducibility_SD
Checks whether the optional MeasuredYReproducibility_SD attribute is present.
Return: true if the optional attribute has been set, false otherwise
This field captures the Standard Deviation associated with the observed Precision with which this Instrument is capable of maintaining a given Y-axis position over time during Image Acquisition and as measured by this Mechanical Calibration procedure.
function setMeasuredFocalReproducibility_SD
Sets the value of the MeasuredFocalReproducibility_SD attribute.
Parameters:
- value The value to set
This field captures the Standard Deviation associated with the observed Precision with which this Instrument is capable of maintaining a given Z-axis position over time during Image Acquisition and as measured by this Mechanical Calibration procedure.
function getMeasuredFocalReproducibility_SD
Returns the value of the MeasuredFocalReproducibility_SD attribute.
Return: The value of the attribute
This field captures the Standard Deviation associated with the observed Precision with which this Instrument is capable of maintaining a given Z-axis position over time during Image Acquisition and as measured by this Mechanical Calibration procedure.
function resetMeasuredFocalReproducibility_SD
Resets the MeasuredFocalReproducibility_SD attribute to an unset state.
This field captures the Standard Deviation associated with the observed Precision with which this Instrument is capable of maintaining a given Z-axis position over time during Image Acquisition and as measured by this Mechanical Calibration procedure.
function hasMeasuredFocalReproducibility_SD
Checks whether the optional MeasuredFocalReproducibility_SD attribute is present.
Return: true if the optional attribute has been set, false otherwise
This field captures the Standard Deviation associated with the observed Precision with which this Instrument is capable of maintaining a given Z-axis position over time during Image Acquisition and as measured by this Mechanical Calibration procedure.
function setMeasuredXRepeatability_SD
Sets the value of the MeasuredXRepeatability_SD attribute.
Parameters:
- value The value to set
This field captures the Standard Deviation associated with the observed X-axis Accuracy with which this Instrument is capable of returning to a previously visited position (useful for tiling) during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function getMeasuredXRepeatability_SD
Returns the value of the MeasuredXRepeatability_SD attribute.
Return: The value of the attribute
This field captures the Standard Deviation associated with the observed X-axis Accuracy with which this Instrument is capable of returning to a previously visited position (useful for tiling) during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function resetMeasuredXRepeatability_SD
Resets the MeasuredXRepeatability_SD attribute to an unset state.
This field captures the Standard Deviation associated with the observed X-axis Accuracy with which this Instrument is capable of returning to a previously visited position (useful for tiling) during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function hasMeasuredXRepeatability_SD
Checks whether the optional MeasuredXRepeatability_SD attribute is present.
Return: true if the optional attribute has been set, false otherwise
This field captures the Standard Deviation associated with the observed X-axis Accuracy with which this Instrument is capable of returning to a previously visited position (useful for tiling) during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function setMeasuredYRepeatability_SD
Sets the value of the MeasuredYRepeatability_SD attribute.
Parameters:
- value The value to set
This field captures the Standard Deviation associated with the observed Y-axis Accuracy with which this Instrument is capable of returning to a previously visited position (useful for tiling) during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function getMeasuredYRepeatability_SD
Returns the value of the MeasuredYRepeatability_SD attribute.
Return: The value of the attribute
This field captures the Standard Deviation associated with the observed Y-axis Accuracy with which this Instrument is capable of returning to a previously visited position (useful for tiling) during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function resetMeasuredYRepeatability_SD
Resets the MeasuredYRepeatability_SD attribute to an unset state.
This field captures the Standard Deviation associated with the observed Y-axis Accuracy with which this Instrument is capable of returning to a previously visited position (useful for tiling) during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function hasMeasuredYRepeatability_SD
Checks whether the optional MeasuredYRepeatability_SD attribute is present.
Return: true if the optional attribute has been set, false otherwise
This field captures the Standard Deviation associated with the observed Y-axis Accuracy with which this Instrument is capable of returning to a previously visited position (useful for tiling) during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function setMeasuredFocalRepeatability_SD
Sets the value of the MeasuredFocalRepeatability_SD attribute.
Parameters:
- value The value to set
This field captures the Standard Deviation associated with the observed Z-axis Accuracy with which this Instrument is capable of returning to a previously visited position (useful for tiling) during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function getMeasuredFocalRepeatability_SD
Returns the value of the MeasuredFocalRepeatability_SD attribute.
Return: The value of the attribute
This field captures the Standard Deviation associated with the observed Z-axis Accuracy with which this Instrument is capable of returning to a previously visited position (useful for tiling) during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function resetMeasuredFocalRepeatability_SD
Resets the MeasuredFocalRepeatability_SD attribute to an unset state.
This field captures the Standard Deviation associated with the observed Z-axis Accuracy with which this Instrument is capable of returning to a previously visited position (useful for tiling) during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function hasMeasuredFocalRepeatability_SD
Checks whether the optional MeasuredFocalRepeatability_SD attribute is present.
Return: true if the optional attribute has been set, false otherwise
This field captures the Standard Deviation associated with the observed Z-axis Accuracy with which this Instrument is capable of returning to a previously visited position (useful for tiling) during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function setMeasuredXSettlingTime_SD
Sets the value of the MeasuredXSettlingTime_SD attribute.
Parameters:
- value The value to set
This field captures the Standard Deviation associated with the observed Time it takes for this Instrument to stabilize at the target X-axis position during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function getMeasuredXSettlingTime_SD
Returns the value of the MeasuredXSettlingTime_SD attribute.
Return: The value of the attribute
This field captures the Standard Deviation associated with the observed Time it takes for this Instrument to stabilize at the target X-axis position during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function resetMeasuredXSettlingTime_SD
Resets the MeasuredXSettlingTime_SD attribute to an unset state.
This field captures the Standard Deviation associated with the observed Time it takes for this Instrument to stabilize at the target X-axis position during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function hasMeasuredXSettlingTime_SD
Checks whether the optional MeasuredXSettlingTime_SD attribute is present.
Return: true if the optional attribute has been set, false otherwise
This field captures the Standard Deviation associated with the observed Time it takes for this Instrument to stabilize at the target X-axis position during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function setMeasuredYSettlingTime_SD
Sets the value of the MeasuredYSettlingTime_SD attribute.
Parameters:
- value The value to set
This field captures the Standard Deviation associated with the observed Time it takes for this Instrument to stabilize at the target Y-axis position during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function getMeasuredYSettlingTime_SD
Returns the value of the MeasuredYSettlingTime_SD attribute.
Return: The value of the attribute
This field captures the Standard Deviation associated with the observed Time it takes for this Instrument to stabilize at the target Y-axis position during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function resetMeasuredYSettlingTime_SD
Resets the MeasuredYSettlingTime_SD attribute to an unset state.
This field captures the Standard Deviation associated with the observed Time it takes for this Instrument to stabilize at the target Y-axis position during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function hasMeasuredYSettlingTime_SD
Checks whether the optional MeasuredYSettlingTime_SD attribute is present.
Return: true if the optional attribute has been set, false otherwise
This field captures the Standard Deviation associated with the observed Time it takes for this Instrument to stabilize at the target Y-axis position during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function setMeasuredFocalSettlingTime_SD
Sets the value of the MeasuredFocalSettlingTime_SD attribute.
Parameters:
- value The value to set
This field captures the Standard Deviation associated with the observed Time it takes for this Instrument to stabilize at the target Z-axis position during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function getMeasuredFocalSettlingTime_SD
Returns the value of the MeasuredFocalSettlingTime_SD attribute.
Return: The value of the attribute
This field captures the Standard Deviation associated with the observed Time it takes for this Instrument to stabilize at the target Z-axis position during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function resetMeasuredFocalSettlingTime_SD
Resets the MeasuredFocalSettlingTime_SD attribute to an unset state.
This field captures the Standard Deviation associated with the observed Time it takes for this Instrument to stabilize at the target Z-axis position during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function hasMeasuredFocalSettlingTime_SD
Checks whether the optional MeasuredFocalSettlingTime_SD attribute is present.
Return: true if the optional attribute has been set, false otherwise
This field captures the Standard Deviation associated with the observed Time it takes for this Instrument to stabilize at the target Z-axis position during Image Acquisition and as measured by this Mechanical Calibration Procedure.
function setSamplePositioningRef
Sets the value of the SamplePositioningRef element.
Parameters:
- value The value to set
This empty element refers to the Sample Positioning device that was used for the Acquisition of the experimental Image this Mechanical Calibration procedure refers to.
function getSamplePositioningRef
Returns the value of the SamplePositioningRef element.
Return: The value of the element
This empty element refers to the Sample Positioning device that was used for the Acquisition of the experimental Image this Mechanical Calibration procedure refers to.
function resetSamplePositioningRef
Resets the SamplePositioningRef element to an unset state.
This empty element refers to the Sample Positioning device that was used for the Acquisition of the experimental Image this Mechanical Calibration procedure refers to.
function hasSamplePositioningRef
Checks whether the optional SamplePositioningRef element is present.
Return: true if the optional attribute has been set, false otherwise
This empty element refers to the Sample Positioning device that was used for the Acquisition of the experimental Image this Mechanical Calibration procedure refers to.
function setFocusStabilizationDeviceRef
Sets the value of the FocusStabilizationDeviceRef element.
Parameters:
- value The value to set
This empty element refers to the optional Focus Stabilization Device that was used for the Acquisition of the experimental Image this Mechanical Calibration procedure refers to.
function getFocusStabilizationDeviceRef
Returns the value of the FocusStabilizationDeviceRef element.
Return: The value of the element
This empty element refers to the optional Focus Stabilization Device that was used for the Acquisition of the experimental Image this Mechanical Calibration procedure refers to.
function resetFocusStabilizationDeviceRef
Resets the FocusStabilizationDeviceRef element to an unset state.
This empty element refers to the optional Focus Stabilization Device that was used for the Acquisition of the experimental Image this Mechanical Calibration procedure refers to.
function hasFocusStabilizationDeviceRef
Checks whether the optional FocusStabilizationDeviceRef element is present.
Return: true if the optional attribute has been set, false otherwise
This empty element refers to the optional Focus Stabilization Device that was used for the Acquisition of the experimental Image this Mechanical Calibration procedure refers to.
function setAnnotationRef
Sets the value of the AnnotationRef element.
Parameters:
- value The value to set
This is a simple multi-line comment or annotation describing this component.
function getAnnotationRef
Returns the value of the AnnotationRef element.
Return: The value of the element
This is a simple multi-line comment or annotation describing this component.
function resetAnnotationRef
Resets the AnnotationRef element to an unset state.
This is a simple multi-line comment or annotation describing this component.
function hasAnnotationRef
Checks whether the optional AnnotationRef element is present.
Return: true if the optional attribute has been set, false otherwise
This is a simple multi-line comment or annotation describing this component.
function __internal_create
Reimplements: com.inscoper.nbo.NBOBaseClass.__internal_create
Protected Functions Documentation
function MechanicalCalibration
function swigSetCMemOwn
Reimplements: com.inscoper.nbo.NBOBaseClass.swigSetCMemOwn
function finalize
Reimplements: com.inscoper.nbo.NBOBaseClass.finalize
function getCPtr
Updated on 2026-02-13 at 16:11:04 +0100