<@U035Y438MQC> you can add `.options savecurrents`...
# xschem
s
@User you can add
.options savecurrents
to your spice commands. This saves all currents, keep in mind however that the size of the .raw file grows considerably. Another way in xschem is to add an '`ammeter.sym`' symbol to the branch you want the current saved. This component is a 0V voltage source and by default ngspice saves all currents in voltage sources.
s
@User it's working fine thanks, But when I'm using ammeter.sym I'm not getting all other parameters
s
@User when you place the ammeter the netlist automatically includes a .
save
statement with the current of the ammeter. Using a
.save
implies that ngspice saves only the variables specified in
.save
. If you want all others add a
.save all
to your ngspice commands.