py_canoe.core.version.Version
The Version object represents the version of the CANoe application.
Source code in src\py_canoe\core\version.py
11 12 | |
build
property
Return the build number of the CANoe application.
full_name
property
Return the full name of the CANoe application, including version and build information.
major
property
Return the major version number of the CANoe application.
minor
property
Return the minor version number of the CANoe application.
name
property
Return the name of the CANoe application.
patch
property
Return the patch version number of the CANoe application.
get_canoe_version_info()
Return the version information of the CANoe application.
Source code in src\py_canoe\core\version.py
47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | |