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 theLIC?query. - Using the
.verify(value)method will send theLIC?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.uninstall: TheLIC:UNINSTALLcommand.
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 theLIC:UNINSTALL? argumentquery. - Using the
.verify(argument, value)method will send theLIC:UNINSTALL? argumentquery and raise an AssertionError if the returned value does not matchvalue.
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 theLIC:UNINSTALL? argumentquery. - Using the
.verify(argument, value)method will send theLIC:UNINSTALL? argumentquery and raise an AssertionError if the returned value does not matchvalue.
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.