Re: about spice
I don't know if this is helpful but in Berkeley spice (and command line Pspice and ISspice) the .AC command is expressed as
.AC LIN <number of points> <start frequency> <stop frequency> or
.AC OCT <number of points> <start frequency> <stop frequency> or
.AC DEC <number of points> <start frequency> <stop frequency>
and the first parameter is the number of points between start frequency and stop frequency as defined by parameters LIN, OCT, DEC. LIN means linear sweep, OCT sweep by octave and the number of points is per octave and DEC means sweep by decade and number of points is per decade. Since all spice versions derive from the Berkeley Spice the commands must be similar.