localnode

The localnode commands module.

These commands are used in the following models: SS3706A

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

Please report an issue if one is found.

Attributes and Functions
- localnode.description
- localnode.emulation
- 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.

Properties and methods
  • .description: The localnode.description attribute.
  • .emulation: The localnode.emulation attribute.
  • .license: The localnode.license attribute.
  • .linefreq: The localnode.linefreq attribute.
  • .model: The localnode.model attribute.
  • .password: The localnode.password attribute.
  • .passwordmode: The localnode.passwordmode attribute.
  • .prompts: The localnode.prompts attribute.
  • .prompts4882: The localnode.prompts4882 attribute.
  • .reset(): The localnode.reset() function.
  • .revision: The localnode.revision attribute.
  • .serialno: The localnode.serialno attribute.
  • .showerrors: The localnode.showerrors attribute.

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 = value command.
TSP Syntax
- localnode.description = value
- print(localnode.description)
Raises:

emulation property writable

emulation: str

Access the localnode.emulation attribute.

Description
  • This attribute sets the instrument to report the model number as 3706 instead of 3706A.
Usage
  • Accessing this property will send the print(localnode.emulation) query.
  • Setting this property to a value will send the localnode.emulation = value command.
TSP Syntax
- localnode.emulation = value
- print(localnode.emulation)
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

linefreq: str

Access the localnode.linefreq attribute.

Description
  • This attribute contains the power line frequency setting used for NPLC calculations.
Usage
  • Accessing this property will send the print(localnode.linefreq) query.
TSP Syntax
- 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 = value command.
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 = value command.
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 = value command.
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 = value command.
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 instrument.
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 = value command.
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: