slot

The slot commands module.

These commands are used in the following models: DMM6500

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

Please report an issue if one is found.

Attributes and Functions
- slot[1].idn
- slot[1].maxvoltage
- slot[1].pseudocard
- slot[1].voltage.endchannel
- slot[1].voltage.startchannel

SlotItem

Bases: ValidatedDynamicNumberCmd, BaseTSPCmd

The slot[1] command tree.

Properties and methods
  • .idn: The slot[1].idn attribute.
  • .maxvoltage: The slot[1].maxvoltage attribute.
  • .pseudocard: The slot[1].pseudocard attribute.
  • .voltage: The slot[1].voltage command tree.

idn property

idn: str

Access the slot[1].idn attribute.

Description
  • This attribute returns a string that contains information about the .
Usage
  • Accessing this property will send the print(slot[1].idn) query.
TSP Syntax
- print(slot[1].idn)
Raises:

maxvoltage property

maxvoltage: str

Access the slot[1].maxvoltage attribute.

Description
  • This attribute returns the maximum voltage of all channels on a in the specified slot on a in the specified slot.
Usage
  • Accessing this property will send the print(slot[1].maxvoltage) query.
TSP Syntax
- print(slot[1].maxvoltage)
Raises:

pseudocard property writable

pseudocard: str

Access the slot[1].pseudocard attribute.

Description
  • This attribute specifies a pseudocard to use.
Usage
  • Accessing this property will send the print(slot[1].pseudocard) query.
  • Setting this property to a value will send the slot[1].pseudocard = value command.
TSP Syntax
- slot[1].pseudocard = value
- print(slot[1].pseudocard)
Raises:

voltage property

voltage: SlotItemVoltage

Return the slot[1].voltage command tree.

Sub-properties and sub-methods
  • .endchannel: The slot[1].voltage.endchannel attribute.
  • .startchannel: The slot[1].voltage.startchannel attribute.

SlotItemVoltage

Bases: BaseTSPCmd

The slot[1].voltage command tree.

Properties and methods
  • .endchannel: The slot[1].voltage.endchannel attribute.
  • .startchannel: The slot[1].voltage.startchannel attribute.

endchannel property

endchannel: str

Access the slot[1].voltage.endchannel attribute.

Description
  • This attribute indicates the last channel in the specified slot that supports voltage.
Usage
  • Accessing this property will send the print(slot[1].voltage.endchannel) query.
TSP Syntax
- print(slot[1].voltage.endchannel)
Raises:

startchannel property

startchannel: str

Access the slot[1].voltage.startchannel attribute.

Description
  • This attribute indicates the first channel in the specified slot that supports voltage.
Usage
  • Accessing this property will send the print(slot[1].voltage.startchannel) query.
TSP Syntax
- print(slot[1].voltage.startchannel)
Raises: