Is there a way to save internal node voltages of an hierarchical entry?

In KSKelvin’s General Reference Guide, page 69 shows how to probe voltages in an hierarchical entry, but, in the example used, .save is not used in the parent schematic.

I’m simulating a long .tran, so I’m using the .save directive in the parent schematic because there are a lot of nodes, and it would take some space to save every node voltage. However, when trying to use .save and .plot inside an hierarchical entry, the waveform viewer displays an error. Is there any way to plot the internal voltages while also using the .save directive?

These two .save statement can save voltage in child schematic. You can refer to Qspice help for the use of “?” and “*”. But if you know exactly what voltage have to save, you just put that into .save.

Parent.child.qsch (1.6 KB)
child.qsch (1.3 KB)

1 Like