API Reference v9.1.0

NamedParameterdata class

Module: zaber_motion

Named parameter with optional value.

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

Index

pProperties

Properties

p

name

named_parameter.name
str Name of the parameter.
p

value

optional
named_parameter.value
Optional[float] Optional value of the parameter.