lic

The lic commands module.

These commands are used in the following models: MSO2, TekScopePC

THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.

Please report an issue if one is found.

Commands and Queries
- LIC:UNINSTALL? <QString>

Lic

Bases: SCPICmdRead

The LIC command tree.

Usage
  • Using the .query() method will send the LIC? query.
  • Using the .verify(value) method will send the LIC? query and raise an AssertionError if the returned value does not match value.
Properties
  • .uninstall: The LIC:UNINSTALL command.

uninstall property

uninstall: LicUninstall

Return the LIC:UNINSTALL command.

Description
  • Returns the exit license indicated for the user to return to their TekAMS account. Active licenses can be specified by their nomenclature. TransactionIDs can be used to specify an active license or a previously uninstalled license. In either case, the exit-license is returned as block-data.
Usage
  • Using the .query(argument) method will send the LIC:UNINSTALL? argument query.
  • Using the .verify(argument, value) method will send the LIC:UNINSTALL? argument query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- LIC:UNINSTALL? <QString>
Info
  • <QString> is the nomenclature of an active license or a TransactionIDs to specify an active license or a previously uninstalled license.

LicUninstall

Bases: SCPICmdReadWithArguments

The LIC:UNINSTALL command.

Description
  • Returns the exit license indicated for the user to return to their TekAMS account. Active licenses can be specified by their nomenclature. TransactionIDs can be used to specify an active license or a previously uninstalled license. In either case, the exit-license is returned as block-data.
Usage
  • Using the .query(argument) method will send the LIC:UNINSTALL? argument query.
  • Using the .verify(argument, value) method will send the LIC:UNINSTALL? argument query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- LIC:UNINSTALL? <QString>
Info
  • <QString> is the nomenclature of an active license or a TransactionIDs to specify an active license or a previously uninstalled license.