Make a connection between a port and the rest of the circuit, by name as in Verilog. Usually this is not needed because the inherited method will do the right thing.
Make a connection between a port and the rest of the circuit, by position as in Spice. Usually this is not needed because the inherited method will do the right thing.
Return the name of a port given its index. This is required, because all devices have unique port names.
Most devices do not have current ports, so these methods are usually not needed.
Make a connection between a current port and the rest of the circuit, by position as in Spice. This is required if the device has current ports.
Return the name of the element that a current port is connected to. This is required if the device has current ports.
Return the name of a current port given its index. This is required if the device has current ports.