Wire

Overview

class spydrnet.Wire

Methods

Wire.__init__()

Wire.cable

The cable that the wire contains

Wire.pins

The a list of pins that the wire is connected to

Wire.connect_pin(pin[, position])

Connects a pin to the wire

Wire.disconnect_pin(pin)

Disconnect a pin from the wire

Wire.disconnect_pins_from(pins)

Disconnect a list of pins from the wire

Wire.index()

if this wire is in a cable, returns the index number of the wire in the parent cable

Wire.clone()

clone wire in an api safe way.

Wire.get_netlists(...)

Shortcut to get_netlists().

Wire.get_libraries(...)

Shortcut to get_libraries().

Wire.get_definitions(...)

Shortcut to get_definitions().

Wire.get_instances(...)

Shortcut to get_instances().

Wire.get_ports(...)

Shortcut to get_ports().

Wire.get_pins(...)

Shortcut to get_pins().

Wire.get_cables(...)

Shortcut to get_cables().

Wire.get_wires(...)

Shortcut to get_wires().

Wire.get_hinstances(...)

Shortcut to get_hinstances().

Wire.get_hports(...)

Shortcut to get_hports().

Wire.get_hpins(...)

Shortcut to get_hpins().

Wire.get_hcables(...)

Shortcut to get_hcables().

Wire.get_hwires(...)

Shortcut to get_hwires().