<divclass="textblock"><p>This class describes wire.</p>
<p>A wire is used by schematic to the connections between instances. It is defined by:</p><ul>
<li>a start point (<aclass="el"href="class_instance_point.html">InstancePoint</a> or <aclass="el"href="class_port_point.html">PortPoint</a>),</li>
<li>a end point (<aclass="el"href="class_instance_point.html">InstancePoint</a> or <aclass="el"href="class_port_point.html">PortPoint</a>),</li>
<li>a list of <aclass="el"href="class_intermediate_point.html">IntermediatePoint</a>, this list may be empty.</li>
</ul>
<dlclass="section note"><dt>Note</dt><dd>Althought the <aclass="el"href="class_wire.html">Wire</a> object is related to <aclass="el"href="class_schematic.html">Schematic</a>, it is handled by <aclass="el"href="class_net.html">Net</a> object since a wire is always associated to a <aclass="el"href="class_net.html">Net</a>. </dd></dl>