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.
Properties
pfirmware_version.major
int Major version number.
pfirmware_version.minor
int Minor version number.
pfirmware_version.build
int Build version number.