Version

SCPI Command:

SYSTem: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:OPTion:VERSion
value: str = driver.system.option.version.get(applicname = '1')
Returns version information for installed software packages.

INTRO_CMD_HELP: The structure of the returned string depends on the parameter <Application>:

  • If <Application> is specified Returned string: ‘<Version>’ ‘0’ means that the application is unknown or not installed.

  • If <Application> is omitted Returned string: ‘<PackageName1>,<Version1>;<PackageName2>,<Version2>;…’

param applicname:

No help available

return:

option_list: No help available