API Reference v9.2.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 the measurement.