finesse.components.wire.Wire

Overview

class finesse.components.wire.Wire(name=None, portA=None, portB=None, delay=0)[source]

Bases: finesse.components.general.Connector

Represents a wire between two electrical components in the interferometer configuration.

Parameters

name : str, optional

Name of newly created wire.

portA, portB : Port, optional

Ports to connect.

Properties

Wire.portA

Wire.portB

Methods

Wire.__init__(self, name)

Wire.connect(portA, portB)

Sets the ports of this Wire.

Wire.fill(ws)