API Reference v9.2.0

FirmwareVersiondata class

Module: zaber_motion

Class representing version of firmware in the controller.

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

Index

pProperties

Properties

p

major

firmware_version.major
int Major version number.
p

minor

firmware_version.minor
int Minor version number.
p

build

firmware_version.build
int Build version number.