Spectre has an option to save all terminal currents connected to a node. Below is an example code: save my_node:currents probelvl=2 Is there any way to exclude some terminals, like the bulk of the transistors or the supplies of digital cells (I can match a pattern to the terminal names)? I tried save my_node:currents probelvl=2 exclude=[*:b *:inheretedSupplyName] But it does not work. Removing these would save disk space and I also hope that it would save up the simulations.
↧