localnode

The localnode commands module.

These commands are used in the following models: SMU2601B_Pulse

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

Please report an issue if one is found.

Attributes and Functions
- localnode.model

Localnode

Bases: BaseTSPCmd

The localnode command tree.

Constants
  • .PASSWORD_ALL: Use passwords on the web interface and all remote command interfaces.
  • .PASSWORD_LAN: Use passwords on the web interface and all LAN interfaces.
  • .PASSWORD_NONE: Disable passwords everywhere.
  • .PASSWORD_WEB: Use passwords on the web interface only.
Properties and methods
  • .model: The localnode.model attribute.

PASSWORD_ALL class-attribute instance-attribute

PASSWORD_ALL = 'localnode.PASSWORD_ALL'

PASSWORD_LAN class-attribute instance-attribute

PASSWORD_LAN = 'localnode.PASSWORD_LAN'

PASSWORD_NONE class-attribute instance-attribute

PASSWORD_NONE = 'localnode.PASSWORD_NONE'

PASSWORD_WEB class-attribute instance-attribute

PASSWORD_WEB = 'localnode.PASSWORD_WEB'

model property

model: str

Access the localnode.model attribute.

Description
  • This attribute stores the model number.
Usage
  • Accessing this property will send the print(localnode.model) query.
TSP Syntax
- print(localnode.model)
Raises: