El sáb, 10-12-2005 a las 11:37 -0500, Dan McMahill escribió:
> I've been thinking about issues around cross probing (select a component 
> or net in the schematic and have it select the component or net in pcb) 
> and plotting simulation results (select a net and hit plot) in gschem. 
> It seems one of the issues to solve is that the nets which are not 
> explicitly named do not get a name until netlist time.  This means 
> gschem doesn't know the names of these nets and therefore can't really 
> plot node voltages or tell pcb to select/hilight a net.
> 
> Anyone have any thoughts about how this could be addressed?  At least 
> one commercial tool has a 'check and save' button/menu choice/hotkey 
> which extracts connectivity for the schematic and assigns net names to 
> all nets which haven't been explicitly named.  When you netlist (for 
> layout or simulation), these net names are used.

IIRC, the netnames could change if you use one backend or another, due
to netname restrictions in some programs...
It may be not the best way, but a workaround for this could be the
following:
- Click on any net in gschem.
- Get the components and its pins connected to that net. For example:
pin 2 of R1, pin 3 of R2.
- Tell pcb or whatever app to select the net connected to pin 2 of R1
and/or pin 3 of R2.
This way you handle nets as they are: a connection between pins of
components, and you are not tied to any name (it can change when you
netlist the schematic).

Cheers,

Carlos

Reply via email to