You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a previous version, there existed an interface command, which took in 2 components and connected ports on those components which had the same name. This command is similar to spice's functionality of naming nodes, etc, and them being automatically connected. This interface command could be especially useful at a circuit level, or with large subcircuits/components. In the case of connecting large components, the ports on each component could be named to make the connections easier to keep track of or understand. It is similar to the way a list of ports can all be connected at once, but the user doesn't have to make the list themself. A more extreme (and potentially useful) version relies on being able to add components to a circuit without connecting them (see other issue). In this case, a large component or a large number of components could be added to the circuit with the ports named appropriately, and the interface command would search through all the components in the circuit and connect all ports with the same name. This way, naming ports could replace having to explicitly connect them.
The text was updated successfully, but these errors were encountered:
In a previous version, there existed an interface command, which took in 2 components and connected ports on those components which had the same name. This command is similar to spice's functionality of naming nodes, etc, and them being automatically connected. This interface command could be especially useful at a circuit level, or with large subcircuits/components. In the case of connecting large components, the ports on each component could be named to make the connections easier to keep track of or understand. It is similar to the way a list of ports can all be connected at once, but the user doesn't have to make the list themself. A more extreme (and potentially useful) version relies on being able to add components to a circuit without connecting them (see other issue). In this case, a large component or a large number of components could be added to the circuit with the ports named appropriately, and the interface command would search through all the components in the circuit and connect all ports with the same name. This way, naming ports could replace having to explicitly connect them.
The text was updated successfully, but these errors were encountered: