user

The user commands module.

These commands are used in the following models: MP5103

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

Please report an issue if one is found.

Attributes and Functions
- user.password.change

User

Bases: BaseTSPCmd

The user command tree.

Properties and methods
  • .password: The user.password command tree.

password property

password: UserPassword

Return the user.password command tree.

Sub-properties and sub-methods
  • .change: The user.password.change attribute.

UserPassword

Bases: BaseTSPCmd

The user.password command tree.

Properties and methods
  • .change: The user.password.change attribute.

change property writable

change: str

Access the user.password.change attribute.

Description
  • This attribute is used to add or change the login password.
Usage
  • Accessing this property will send the print(user.password.change) query.
  • Setting this property to a value will send the user.password.change = value command.
TSP Syntax
- user.password.change = value
- print(user.password.change)
Raises: