Table of Contents

Device plugins

Implementation

Ports

void set_port_by_name(std::string& name, std::string& value)

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, which is to look up the index then do set_port_by_index.

void set_port_by_index(int index, std::string& value)

Make a connection between a port and the rest of the circuit, by position as in Spice. Usually (for node_t based ports, the usual voltage or logic ports) this is not needed because the inherited method will do the right thing. For ports that are not based on node_t, such as current ports in Spice, this function may be needed.

std::string port_name(int i)const

Return the name of a port given its index. This is required, because all devices have unique port names.

gnucap/manual/tech/plugins/devices/ports.txt · Last modified: 2024/12/13 04:47 by aldavis
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Run by Debian Driven by DokuWiki