API Reference v10.1.0

MeasurementOrValueunion

Module: zaber_motion

A numerical value, or a Measurement.

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

This type is a Union of its member types. Pass or assign a value of any member type directly, and use isinstance(value, MemberType) to determine which type a value holds.

Member Types

t
float
t
Represents a numerical value with optional units specified.