localnode
¶
The localnode commands module.
These commands are used in the following models: SMU2606B, SMU2651A
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Attributes and Functions
- localnode.autolinefreq
- localnode.description
- localnode.license
- localnode.linefreq
- localnode.model
- localnode.password
- localnode.passwordmode
- localnode.prompts
- localnode.prompts4882
- localnode.reset()
- localnode.revision
- localnode.serialno
- localnode.showerrors
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
.autolinefreq: Thelocalnode.autolinefreqattribute..description: Thelocalnode.descriptionattribute..license: Thelocalnode.licenseattribute..linefreq: Thelocalnode.linefreqattribute..model: Thelocalnode.modelattribute..password: Thelocalnode.passwordattribute..passwordmode: Thelocalnode.passwordmodeattribute..prompts: Thelocalnode.promptsattribute..prompts4882: Thelocalnode.prompts4882attribute..reset(): Thelocalnode.reset()function..revision: Thelocalnode.revisionattribute..serialno: Thelocalnode.serialnoattribute..showerrors: Thelocalnode.showerrorsattribute.
autolinefreq
property
writable
¶
autolinefreq: str
Access the localnode.autolinefreq attribute.
Description
- This attribute enables or disables automatic power line frequency detection at start-up.
Usage
- Accessing this property will send the
print(localnode.autolinefreq)query. - Setting this property to a value will send the
localnode.autolinefreq = valuecommand.
TSP Syntax
- localnode.autolinefreq = value
- print(localnode.autolinefreq)
| Raises: |
|
|---|
description
property
writable
¶
description: str
Access the localnode.description attribute.
Description
- This attribute stores a user-defined description and mDNS service name of the instrument.
Usage
- Accessing this property will send the
print(localnode.description)query. - Setting this property to a value will send the
localnode.description = valuecommand.
TSP Syntax
- localnode.description = value
- print(localnode.description)
| Raises: |
|
|---|
license
property
¶
license: str
Access the localnode.license attribute.
Description
- This attribute returns the product license agreements.
Usage
- Accessing this property will send the
print(localnode.license)query.
TSP Syntax
- print(localnode.license)
| Raises: |
|
|---|
linefreq
property
writable
¶
linefreq: str
Access the localnode.linefreq attribute.
Description
- This attribute contains the power line frequency setting that is used for NPLC calculations.
Usage
- Accessing this property will send the
print(localnode.linefreq)query. - Setting this property to a value will send the
localnode.linefreq = valuecommand.
TSP Syntax
- localnode.linefreq = value
- print(localnode.linefreq)
| Raises: |
|
|---|
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: |
|
|---|
password
property
writable
¶
password: str
Access the localnode.password attribute.
Description
- This attribute stores the remote access password.
Usage
- Setting this property to a value will send the
localnode.password = valuecommand.
TSP Syntax
- localnode.password = value
| Raises: |
|
|---|
passwordmode
property
writable
¶
passwordmode: str
Access the localnode.passwordmode attribute.
Description
- This attribute stores the password enable mode for remote access to the instrument.
Usage
- Accessing this property will send the
print(localnode.passwordmode)query. - Setting this property to a value will send the
localnode.passwordmode = valuecommand.
TSP Syntax
- localnode.passwordmode = value
- print(localnode.passwordmode)
Info
mode, the remote password enable mode.
| Raises: |
|
|---|
prompts
property
writable
¶
prompts: str
Access the localnode.prompts attribute.
Description
- This attribute determines if the instrument generates prompts in response to command messages.
Usage
- Accessing this property will send the
print(localnode.prompts)query. - Setting this property to a value will send the
localnode.prompts = valuecommand.
TSP Syntax
- localnode.prompts = value
- print(localnode.prompts)
| Raises: |
|
|---|
prompts4882
property
writable
¶
prompts4882: str
Access the localnode.prompts4882 attribute.
Description
- This attribute enables and disables the generation of prompts for IEEE Std 488.2 common commands.
Usage
- Accessing this property will send the
print(localnode.prompts4882)query. - Setting this property to a value will send the
localnode.prompts4882 = valuecommand.
TSP Syntax
- localnode.prompts4882 = value
- print(localnode.prompts4882)
| Raises: |
|
|---|
revision
property
¶
revision: str
Access the localnode.revision attribute.
Description
- This attribute stores the firmware revision level.
Usage
- Accessing this property will send the
print(localnode.revision)query.
TSP Syntax
- print(localnode.revision)
| Raises: |
|
|---|
serialno
property
¶
serialno: str
Access the localnode.serialno attribute.
Description
- This attribute stores the serial number of the module.
Usage
- Accessing this property will send the
print(localnode.serialno)query.
TSP Syntax
- print(localnode.serialno)
| Raises: |
|
|---|
showerrors
property
writable
¶
showerrors: str
Access the localnode.showerrors attribute.
Description
- This attribute sets whether or not the instrument automatically sends generated errors.
Usage
- Accessing this property will send the
print(localnode.showerrors)query. - Setting this property to a value will send the
localnode.showerrors = valuecommand.
TSP Syntax
- localnode.showerrors = value
- print(localnode.showerrors)
| Raises: |
|
|---|
reset
¶
reset() -> None
Run the localnode.reset() function.
Description
- This function resets the local node instrument.
TSP Syntax
- localnode.reset()
| Raises: |
|
|---|