System Information API

Module: mls.system. This page documents 1 public functions with exact tool IDs, complete parameters, Parameters fields, and examples.

Back to the Script Tool API Reference

Functions

  • get_software_version — Get current software version information including version number, Git hash, build date, and build configuration

get_software_version

Get current software version information including version number, Git hash, build date, and build configuration

  • Exact tool ID:get_software_version
  • Recommended call:mls.system.get_software_version(...)
  • Required parameters: None

Parameters

Parameter Type Required Default Description
— — — — This function does not accept any function-specific parameters.

Example

from gvscript import mls

result = mls.system.get_software_version(
)
print(result.ok, result.output, result.message)

results matching ""

    No results matching ""