API Reference v10.1.0

Measurementdata class

Module: zaber_motion

Represents a numerical value with optional units specified.

To use this type, add from zaber_motion import Measurement to the top of your source code.

Index

pProperties

Properties

p

value

measurement.value
float Value of the measurement.
p

unit

optional
measurement.unit
Optional[UnitsAndLiterals] Optional units of measure. If not set, most functions assume device native units as the default. Some contexts, such as the Movable class allow you to specify custom default units.