Version

SCPI Command :

SYSTem:BASE:OPTion:VERSion
class VersionCls[source]

Version commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(applicname: str = None) str[source]
# SCPI: SYSTem:BASE:OPTion:VERSion
value: str = driver.system.option.version.get(applicname = 'abc')
Returns version information for installed software packages.

INTRO_CMD_HELP: You can either query a list of all installed packages and their versions or you can query the version of a single package specified via <Application>:

  • <Application> specified: A string is returned, indicating the version of the <Application>. If the specified <Application> is unknown / not installed, ‘0’ is returned.

  • <Application> omitted: A string is returned, containing a list of all installed software packages and their version in the format ‘<PackageName1>,<Version1>;<PackageName2>,<Version2>;…’

param applicname:

No help available

return:

option_list: No help available