localnode

The localnode 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
- localnode.license
- localnode.linefreq
- localnode.manufacturer
- localnode.model
- localnode.prompts
- localnode.prompts4882
- localnode.serialno
- localnode.showerrors
- localnode.version

Localnode

Bases: BaseTSPCmd

The localnode command tree.

Properties and methods
  • .license: The localnode.license attribute.
  • .linefreq: The localnode.linefreq attribute.
  • .manufacturer: The localnode.manufacturer attribute.
  • .model: The localnode.model attribute.
  • .prompts: The localnode.prompts attribute.
  • .prompts4882: The localnode.prompts4882 attribute.
  • .serialno: The localnode.serialno attribute.
  • .showerrors: The localnode.showerrors attribute.
  • .version: The localnode.version attribute.

license property

license: str

Access the localnode.license attribute.

Description
  • This attribute stores the license of the instrument.
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 detected at power-on.
Usage
  • Accessing this property will send the print(localnode.linefreq) query.
TSP Syntax
- print(localnode.linefreq)
Raises:

manufacturer property

manufacturer: str

Access the localnode.manufacturer attribute.

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

model property

model: str

Access the localnode.model attribute.

Description
  • This attribute stores the model number of the instrument.
Usage
  • Accessing this property will send the print(localnode.model) query.
TSP Syntax
- print(localnode.model)
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 or 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:

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:

version property

version: str

Access the localnode.version attribute.

Description
  • This attribute stores the firmware revision level.
Usage
  • Accessing this property will send the print(localnode.version) query.
TSP Syntax
- print(localnode.version)
Raises: