API Reference v9.1.0

ConversionFactordata class

Module: zaber_motion.ascii

Represents unit conversion factor for a single dimension.

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

Index

pProperties

Properties

p

setting

conversion_factor.setting
str Setting representing the dimension.
p

value

conversion_factor.value
float Value representing 1 native device unit in specified real-word units.
p

unit

conversion_factor.unit
UnitsAndLiterals Units of the value.