SamplePositioning_Type¶
Bases: ManufacturerSpec_Type
Represents the XML complex type SamplePositioning.
This element describes a Sample-Optics Positioning device available for this Instrument. An Instrument may have more than one of these devices of different types. For example, a typical setup might include a Mechanical Stage, a Stage Insert, a Turret Objective Focusing, and a Piezoelectric Objective Focusing device.
fromBase(base)
staticmethod
¶
Cast a NBOBaseClass to a CMOS.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
base
|
NBOBaseClass
|
The base class to cast |
required |
Returns:
| Type | Description |
|---|---|
SamplePositioning_Type
|
The casted element, or nullptr if the cast fails |
getTypeName()
¶
Returns the class type name.
Returns:
| Type | Description |
|---|---|
string
|
The class type name |
getXMLName()
¶
Returns the XML element name corresponding to this class.
Returns:
| Type | Description |
|---|---|
string
|
The XML element name |
getNBOType()
¶
Returns the NBO Type corresponding to this class.
Returns:
| Type | Description |
|---|---|
int
|
The NBO Type value |
getChildren()
¶
Returns a list of all classes derived from this class.
Returns:
| Type | Description |
|---|---|
List[NBOBaseClass]
|
The list of derived classes |
getSubElements()
¶
Returns a list of all child elements contained in this class.
Returns:
| Type | Description |
|---|---|
List[NBOBaseClass]
|
The list of child classes |
fromJsonFile(path, validate=True)
¶
Populates this object from a JSON file.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
path
|
string
|
The path to the JSON file |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
fromJsonString(json_string, validate=True)
¶
Populates this object from a JSON string.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
json_string
|
string
|
The JSON content as a string |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
fromXmlFile(path, validate=True)
¶
Populates this object from a XML file.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
path
|
string
|
The path to the XML file |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
fromXmlString(xml_string, validate=True)
¶
Populates this object from a XML string.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
xml_string
|
string
|
The XML content as a string |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
toXmlFile(filename, validate=True)
¶
Serializes this object to an XML file.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
filename
|
string
|
The path to the output XML file |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
toXmlString(validate=True)
¶
Serializes this object to an XML string.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
Returns:
| Type | Description |
|---|---|
string
|
A string containing the XML representation of this object |
setID(value, validate=True)
¶
Sets the value of the ID attribute.
A Unique Identifier for this component.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
SamplePositioningID_Type
|
The value to set |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
getID()
¶
Returns the value of the ID attribute.
A Unique Identifier for this component.
Returns:
| Type | Description |
|---|---|
SamplePositioningID_Type
|
The value of the attribute |
resetID()
¶
Resets the ID attribute to an unset state.
A Unique Identifier for this component.
hasID()
¶
Checks whether the optional ID attribute is present.
A Unique Identifier for this component.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the optional attribute has been set, false otherwise |
setName(value, validate=True)
¶
Sets the value of the Name attribute.
A User-defined Name for this component.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
Denomination_Type
|
The value to set |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
getName()
¶
Returns the value of the Name attribute.
A User-defined Name for this component.
Returns:
| Type | Description |
|---|---|
Denomination_Type
|
The value of the attribute |
resetName()
¶
Resets the Name attribute to an unset state.
A User-defined Name for this component.
hasName()
¶
Checks whether the optional Name attribute is present.
A User-defined Name for this component.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the optional attribute has been set, false otherwise |
setEncoded(value, validate=True)
¶
Sets the value of the Encoded attribute.
This field describes whether this Sample Positioning Device is equipped with a system (i.e., encoder) to monitor movement and provide automatic positional feedback for high-precision operations, and it specifies the type of encoders it has.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
Encoded_Type
|
The value to set |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
getEncoded()
¶
Returns the value of the Encoded attribute.
This field describes whether this Sample Positioning Device is equipped with a system (i.e., encoder) to monitor movement and provide automatic positional feedback for high-precision operations, and it specifies the type of encoders it has.
Returns:
| Type | Description |
|---|---|
Encoded_Type
|
The value of the attribute |
resetEncoded()
¶
Resets the Encoded attribute to an unset state.
This field describes whether this Sample Positioning Device is equipped with a system (i.e., encoder) to monitor movement and provide automatic positional feedback for high-precision operations, and it specifies the type of encoders it has.
hasEncoded()
¶
Checks whether the optional Encoded attribute is present.
This field describes whether this Sample Positioning Device is equipped with a system (i.e., encoder) to monitor movement and provide automatic positional feedback for high-precision operations, and it specifies the type of encoders it has.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the optional attribute has been set, false otherwise |
setMotorized(value, validate=True)
¶
Sets the value of the Motorized attribute.
This field describes whether (True) or not (False) this Sample Positioning Device is fitted with a Motorized component (i.e., ball-screw drives or rack mechanisms, sometimes equipped with precision calibration) to primarily assist in the translational movement of the sample in the X and Y or Z directions. A Motorized Stage is also often referred to as a Scanning Stage.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
boolean
|
The value to set |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
getMotorized()
¶
Returns the value of the Motorized attribute.
This field describes whether (True) or not (False) this Sample Positioning Device is fitted with a Motorized component (i.e., ball-screw drives or rack mechanisms, sometimes equipped with precision calibration) to primarily assist in the translational movement of the sample in the X and Y or Z directions. A Motorized Stage is also often referred to as a Scanning Stage.
Returns:
| Type | Description |
|---|---|
boolean
|
The value of the attribute |
resetMotorized()
¶
Resets the Motorized attribute to an unset state.
This field describes whether (True) or not (False) this Sample Positioning Device is fitted with a Motorized component (i.e., ball-screw drives or rack mechanisms, sometimes equipped with precision calibration) to primarily assist in the translational movement of the sample in the X and Y or Z directions. A Motorized Stage is also often referred to as a Scanning Stage.
hasMotorized()
¶
Checks whether the Motorized attribute is present.
This field describes whether (True) or not (False) this Sample Positioning Device is fitted with a Motorized component (i.e., ball-screw drives or rack mechanisms, sometimes equipped with precision calibration) to primarily assist in the translational movement of the sample in the X and Y or Z directions. A Motorized Stage is also often referred to as a Scanning Stage.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the attribute has been set, false otherwise |
setZMaxVelocity(value, validate=True)
¶
Sets the value of the ZMaxVelocity attribute.
This field describes the maximum Z-axis Velocity at which this Sample Positioning Device is capable of moving.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
float
|
The value to set |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
getZMaxVelocity()
¶
Returns the value of the ZMaxVelocity attribute.
This field describes the maximum Z-axis Velocity at which this Sample Positioning Device is capable of moving.
Returns:
| Type | Description |
|---|---|
float
|
The value of the attribute |
resetZMaxVelocity()
¶
Resets the ZMaxVelocity attribute to an unset state.
This field describes the maximum Z-axis Velocity at which this Sample Positioning Device is capable of moving.
hasZMaxVelocity()
¶
Checks whether the ZMaxVelocity attribute is present.
This field describes the maximum Z-axis Velocity at which this Sample Positioning Device is capable of moving.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the attribute has been set, false otherwise |
setZMaxVelocityUnit(value, validate=True)
¶
Sets the value of the ZMaxVelocityUnit attribute.
No description available in the XSD standard.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
UnitsVelocity_Type
|
The value to set |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
getZMaxVelocityUnit()
¶
Returns the value of the ZMaxVelocityUnit attribute.
No description available in the XSD standard.
Returns:
| Type | Description |
|---|---|
UnitsVelocity_Type
|
The value of the attribute |
resetZMaxVelocityUnit()
¶
Resets the ZMaxVelocityUnit attribute to an unset state.
No description available in the XSD standard.
hasZMaxVelocityUnit()
¶
Checks whether the optional ZMaxVelocityUnit attribute is present.
No description available in the XSD standard.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the optional attribute has been set, false otherwise |
setZRepeatability(value, validate=True)
¶
Sets the value of the ZRepeatability attribute.
This field captures the expected Accuracy with which this Sample Positioning Device is capable of returning to a previously visited Z-axis Position, as specified by the Manufacturer. This metric is important for example for Tiling.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
float
|
The value to set |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
getZRepeatability()
¶
Returns the value of the ZRepeatability attribute.
This field captures the expected Accuracy with which this Sample Positioning Device is capable of returning to a previously visited Z-axis Position, as specified by the Manufacturer. This metric is important for example for Tiling.
Returns:
| Type | Description |
|---|---|
float
|
The value of the attribute |
resetZRepeatability()
¶
Resets the ZRepeatability attribute to an unset state.
This field captures the expected Accuracy with which this Sample Positioning Device is capable of returning to a previously visited Z-axis Position, as specified by the Manufacturer. This metric is important for example for Tiling.
hasZRepeatability()
¶
Checks whether the ZRepeatability attribute is present.
This field captures the expected Accuracy with which this Sample Positioning Device is capable of returning to a previously visited Z-axis Position, as specified by the Manufacturer. This metric is important for example for Tiling.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the attribute has been set, false otherwise |
setZRepeatabilityUnit(value, validate=True)
¶
Sets the value of the ZRepeatabilityUnit attribute.
No description available in the XSD standard.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
UnitsLength_Type
|
The value to set |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
getZRepeatabilityUnit()
¶
Returns the value of the ZRepeatabilityUnit attribute.
No description available in the XSD standard.
Returns:
| Type | Description |
|---|---|
UnitsLength_Type
|
The value of the attribute |
resetZRepeatabilityUnit()
¶
Resets the ZRepeatabilityUnit attribute to an unset state.
No description available in the XSD standard.
hasZRepeatabilityUnit()
¶
Checks whether the optional ZRepeatabilityUnit attribute is present.
No description available in the XSD standard.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the optional attribute has been set, false otherwise |
setZTravelRange(value, validate=True)
¶
Sets the value of the ZTravelRange attribute.
This field describes the total range in the Z-axis that this Sample Positioning Device can travel.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
float
|
The value to set |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
getZTravelRange()
¶
Returns the value of the ZTravelRange attribute.
This field describes the total range in the Z-axis that this Sample Positioning Device can travel.
Returns:
| Type | Description |
|---|---|
float
|
The value of the attribute |
resetZTravelRange()
¶
Resets the ZTravelRange attribute to an unset state.
This field describes the total range in the Z-axis that this Sample Positioning Device can travel.
hasZTravelRange()
¶
Checks whether the ZTravelRange attribute is present.
This field describes the total range in the Z-axis that this Sample Positioning Device can travel.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the attribute has been set, false otherwise |
setZTravelRangeUnit(value, validate=True)
¶
Sets the value of the ZTravelRangeUnit attribute.
No description available in the XSD standard.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
UnitsLength_Type
|
The value to set |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
getZTravelRangeUnit()
¶
Returns the value of the ZTravelRangeUnit attribute.
No description available in the XSD standard.
Returns:
| Type | Description |
|---|---|
UnitsLength_Type
|
The value of the attribute |
resetZTravelRangeUnit()
¶
Resets the ZTravelRangeUnit attribute to an unset state.
No description available in the XSD standard.
hasZTravelRangeUnit()
¶
Checks whether the optional ZTravelRangeUnit attribute is present.
No description available in the XSD standard.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the optional attribute has been set, false otherwise |
setMovementAxes(value, validate=True)
¶
Sets the value of the MovementAxes attribute.
This field describes the axes or combination of axes along which this Sample Positioning Device is capable of moving.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
StageMovementAxes_Type
|
The value to set |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
getMovementAxes()
¶
Returns the value of the MovementAxes attribute.
This field describes the axes or combination of axes along which this Sample Positioning Device is capable of moving.
Returns:
| Type | Description |
|---|---|
StageMovementAxes_Type
|
The value of the attribute |
resetMovementAxes()
¶
Resets the MovementAxes attribute to an unset state.
This field describes the axes or combination of axes along which this Sample Positioning Device is capable of moving.
hasMovementAxes()
¶
Checks whether the optional MovementAxes attribute is present.
This field describes the axes or combination of axes along which this Sample Positioning Device is capable of moving.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the optional attribute has been set, false otherwise |
setBuiltIn(value, validate=True)
¶
Sets the value of the BuiltIn attribute.
This field indicates whether this Sample Positioning Device is built into the Microscope Stand (True) or it is removable and interchangeable (False).
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
boolean
|
The value to set |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
getBuiltIn()
¶
Returns the value of the BuiltIn attribute.
This field indicates whether this Sample Positioning Device is built into the Microscope Stand (True) or it is removable and interchangeable (False).
Returns:
| Type | Description |
|---|---|
boolean
|
The value of the attribute |
resetBuiltIn()
¶
Resets the BuiltIn attribute to an unset state.
This field indicates whether this Sample Positioning Device is built into the Microscope Stand (True) or it is removable and interchangeable (False).
hasBuiltIn()
¶
Checks whether the BuiltIn attribute is present.
This field indicates whether this Sample Positioning Device is built into the Microscope Stand (True) or it is removable and interchangeable (False).
Returns:
| Type | Description |
|---|---|
boolean
|
true if the attribute has been set, false otherwise |
setZReproducibility(value, validate=True)
¶
Sets the value of the ZReproducibility attribute.
This field captures the expected Precision with which this this Sample Positioning Device is capable of maintaining a given Z-axis Position over time during as specified by the Manufacturer. 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.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
float
|
The value to set |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
getZReproducibility()
¶
Returns the value of the ZReproducibility attribute.
This field captures the expected Precision with which this this Sample Positioning Device is capable of maintaining a given Z-axis Position over time during as specified by the Manufacturer. 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.
Returns:
| Type | Description |
|---|---|
float
|
The value of the attribute |
resetZReproducibility()
¶
Resets the ZReproducibility attribute to an unset state.
This field captures the expected Precision with which this this Sample Positioning Device is capable of maintaining a given Z-axis Position over time during as specified by the Manufacturer. 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.
hasZReproducibility()
¶
Checks whether the ZReproducibility attribute is present.
This field captures the expected Precision with which this this Sample Positioning Device is capable of maintaining a given Z-axis Position over time during as specified by the Manufacturer. 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.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the attribute has been set, false otherwise |
setZReproducibilityUnit(value, validate=True)
¶
Sets the value of the ZReproducibilityUnit attribute.
No description available in the XSD standard.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
UnitsLength_Type
|
The value to set |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
getZReproducibilityUnit()
¶
Returns the value of the ZReproducibilityUnit attribute.
No description available in the XSD standard.
Returns:
| Type | Description |
|---|---|
UnitsLength_Type
|
The value of the attribute |
resetZReproducibilityUnit()
¶
Resets the ZReproducibilityUnit attribute to an unset state.
No description available in the XSD standard.
hasZReproducibilityUnit()
¶
Checks whether the optional ZReproducibilityUnit attribute is present.
No description available in the XSD standard.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the optional attribute has been set, false otherwise |
setZSettlingTime(value, validate=True)
¶
Sets the value of the ZSettlingTime attribute.
This field describes the expected time it takes for this Sample Positioning Device to stabilize at the target Z-axis position, as specified by the Manufacturer.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
float
|
The value to set |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
getZSettlingTime()
¶
Returns the value of the ZSettlingTime attribute.
This field describes the expected time it takes for this Sample Positioning Device to stabilize at the target Z-axis position, as specified by the Manufacturer.
Returns:
| Type | Description |
|---|---|
float
|
The value of the attribute |
resetZSettlingTime()
¶
Resets the ZSettlingTime attribute to an unset state.
This field describes the expected time it takes for this Sample Positioning Device to stabilize at the target Z-axis position, as specified by the Manufacturer.
hasZSettlingTime()
¶
Checks whether the ZSettlingTime attribute is present.
This field describes the expected time it takes for this Sample Positioning Device to stabilize at the target Z-axis position, as specified by the Manufacturer.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the attribute has been set, false otherwise |
setZSettlingTimeUnit(value, validate=True)
¶
Sets the value of the ZSettlingTimeUnit attribute.
No description available in the XSD standard.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
UnitsTime_Type
|
The value to set |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
getZSettlingTimeUnit()
¶
Returns the value of the ZSettlingTimeUnit attribute.
No description available in the XSD standard.
Returns:
| Type | Description |
|---|---|
UnitsTime_Type
|
The value of the attribute |
resetZSettlingTimeUnit()
¶
Resets the ZSettlingTimeUnit attribute to an unset state.
No description available in the XSD standard.
hasZSettlingTimeUnit()
¶
Checks whether the optional ZSettlingTimeUnit attribute is present.
No description available in the XSD standard.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the optional attribute has been set, false otherwise |
setZResolution(value, validate=True)
¶
Sets the value of the ZResolution attribute.
This field describes the Z-axis motion Resolution of this Sample Positioning Device as specified by the Manufacturer.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
float
|
The value to set |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
getZResolution()
¶
Returns the value of the ZResolution attribute.
This field describes the Z-axis motion Resolution of this Sample Positioning Device as specified by the Manufacturer.
Returns:
| Type | Description |
|---|---|
float
|
The value of the attribute |
resetZResolution()
¶
Resets the ZResolution attribute to an unset state.
This field describes the Z-axis motion Resolution of this Sample Positioning Device as specified by the Manufacturer.
hasZResolution()
¶
Checks whether the ZResolution attribute is present.
This field describes the Z-axis motion Resolution of this Sample Positioning Device as specified by the Manufacturer.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the attribute has been set, false otherwise |
setZResolutionUnit(value, validate=True)
¶
Sets the value of the ZResolutionUnit attribute.
No description available in the XSD standard.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
UnitsLength_Type
|
The value to set |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
getZResolutionUnit()
¶
Returns the value of the ZResolutionUnit attribute.
No description available in the XSD standard.
Returns:
| Type | Description |
|---|---|
UnitsLength_Type
|
The value of the attribute |
resetZResolutionUnit()
¶
Resets the ZResolutionUnit attribute to an unset state.
No description available in the XSD standard.
hasZResolutionUnit()
¶
Checks whether the optional ZResolutionUnit attribute is present.
No description available in the XSD standard.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the optional attribute has been set, false otherwise |
setZPositionLinearityError(value, validate=True)
¶
Sets the value of the ZPositionLinearityError attribute.
This field describes the Z-axis positioning error (typically expressed in % error) associated with this Sample Positioning Device as specified by the Manufacturer.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
float
|
The value to set |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
getZPositionLinearityError()
¶
Returns the value of the ZPositionLinearityError attribute.
This field describes the Z-axis positioning error (typically expressed in % error) associated with this Sample Positioning Device as specified by the Manufacturer.
Returns:
| Type | Description |
|---|---|
float
|
The value of the attribute |
resetZPositionLinearityError()
¶
Resets the ZPositionLinearityError attribute to an unset state.
This field describes the Z-axis positioning error (typically expressed in % error) associated with this Sample Positioning Device as specified by the Manufacturer.
hasZPositionLinearityError()
¶
Checks whether the ZPositionLinearityError attribute is present.
This field describes the Z-axis positioning error (typically expressed in % error) associated with this Sample Positioning Device as specified by the Manufacturer.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the attribute has been set, false otherwise |
setType(value, validate=True)
¶
Sets the value of the Type attribute.
This field describes the general category of this Sample Positioning Device.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
PositioningType_Type
|
The value to set |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
getType()
¶
Returns the value of the Type attribute.
This field describes the general category of this Sample Positioning Device.
Returns:
| Type | Description |
|---|---|
PositioningType_Type
|
The value of the attribute |
resetType()
¶
Resets the Type attribute to an unset state.
This field describes the general category of this Sample Positioning Device.
hasType()
¶
Checks whether the optional Type attribute is present.
This field describes the general category of this Sample Positioning Device.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the optional attribute has been set, false otherwise |
setRotationAngle(value, validate=True)
¶
Sets the value of the RotationAngle attribute.
The angle by which this Sample Positioning Device is capable of rotating.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
float
|
The value to set |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
getRotationAngle()
¶
Returns the value of the RotationAngle attribute.
The angle by which this Sample Positioning Device is capable of rotating.
Returns:
| Type | Description |
|---|---|
float
|
The value of the attribute |
resetRotationAngle()
¶
Resets the RotationAngle attribute to an unset state.
The angle by which this Sample Positioning Device is capable of rotating.
hasRotationAngle()
¶
Checks whether the RotationAngle attribute is present.
The angle by which this Sample Positioning Device is capable of rotating.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the attribute has been set, false otherwise |
setRotationAngleUnit(value, validate=True)
¶
Sets the value of the RotationAngleUnit attribute.
No description available in the XSD standard.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
UnitsAngle_Type
|
The value to set |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
getRotationAngleUnit()
¶
Returns the value of the RotationAngleUnit attribute.
No description available in the XSD standard.
Returns:
| Type | Description |
|---|---|
UnitsAngle_Type
|
The value of the attribute |
resetRotationAngleUnit()
¶
Resets the RotationAngleUnit attribute to an unset state.
No description available in the XSD standard.
hasRotationAngleUnit()
¶
Checks whether the optional RotationAngleUnit attribute is present.
No description available in the XSD standard.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the optional attribute has been set, false otherwise |
setAnnotationRef(value, validate=True)
¶
Sets the value of the AnnotationRef element.
No description available in the XSD standard.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
AnnotationRef
|
The value to set |
required |
validate
|
(boolean, optional)
|
If true, validates constraints on value. Default is true. |
True
|
getAnnotationRef()
¶
Returns the value of the AnnotationRef element.
No description available in the XSD standard.
Returns:
| Type | Description |
|---|---|
AnnotationRef
|
The value of the element |
resetAnnotationRef()
¶
Resets the AnnotationRef element to an unset state.
No description available in the XSD standard.
hasAnnotationRef()
¶
Checks whether the optional AnnotationRef element is present.
No description available in the XSD standard.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the optional attribute has been set, false otherwise |