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: Theuser.passwordcommand tree.
password
property
¶
password: UserPassword
Return the user.password command tree.
Sub-properties and sub-methods
.change: Theuser.password.changeattribute.
UserPassword
¶
Bases: BaseTSPCmd
The user.password command tree.
Properties and methods
.change: Theuser.password.changeattribute.
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 = valuecommand.
TSP Syntax
- user.password.change = value
- print(user.password.change)
| Raises: |
|
|---|