Thursday, February 1, 2018

Cadence Schematic/Layout Probe Nets

Ø  Probe nets in both schematic and layout: From schematic window ->Create->Probe -> Add Net (9)
Ø  Save the probed nets in a file: From schematic window ->Create->Probe ->Save
            
Ø  To recover the probed nets in schematic: From schematic window ->Create->Probe ->Load
Ø  To load the probed nets in layout: Select the layout window and type command below in CIW:
geLoadProbe(getCurrentWindow() infile("./probe.out"))
Ø  To delete all the probes in schematic window: Create->Probe->Remove All

Ø  To delete all the probes in layout window: geDeleteAllProbe(getCurrentWindow())

No comments:

Post a Comment