ListPy

SCPI Command:

SYSTem:BASE:OPTion:LIST
class ListPyCls[source]

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

get(product_type: OptionsProductType = None, validity: OptionValidity = None, scope: OptionsScope = None, instrument_no: float = None) str[source]
# SCPI: SYSTem:BASE:OPTion:LIST
value: str = driver.system.base.option.listPy.get(product_type = enums.OptionsProductType.ALL, validity = enums.OptionValidity.ALL, scope = enums.OptionsScope.INSTrument, instrument_no = 1.0)

Returns a list of installed software options (licenses) , hardware options, software packages and applications. The list can be filtered via parameters. If filtering results in an empty list, a ‘0’ is returned.

param product_type:

No help available

param validity:

FUNCtional | VALid | ALL FUNCtional List only functional hardware options or applications. HWOPtion: Is functional if the hardware option and all its components can be used (no defect detected) . FWA: Is functional if the required hardware, software and license keys are available and functional. VALid List only valid software options. SWOPtion: Is valid if an active license key is available. ALL Disable filtering (default if parameter is omitted) .

param scope:

No help available

param instrument_no:

No help available

return:

option_list: No help available