To annotate the schematic with operating point data (on recent xschem versions) go to
Waves -> OP annotate
, then choose the right raw file.
To load the DC simulation go to
Waves->DC
and load the appropriate file.
The launcher command
xschem raw_read $netlist_dir/tb_bg_dc.raw dc
loads the DC simulation. If there are multiple simulations in one file it is better to specify the simulation (dc, ac, tran)
To annotate the operating point the command is:
xschem annotate_op $netlist_dir/tb_bg_op.raw
Net labels and I/O pins will show the voltage value, voltage sources, resistors, ammeters will show the current. (for resistors add .
option savecurrents
)