diff --git a/doc/ChangeLog b/doc/ChangeLog index 718e27a8f..e509b12cd 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2000-05-21 Paolo Nenzi + + * ngspice.texi: documentation update. AC parameter for resistor + added. 1999-09-06 Arno Peters * ngspice.texi: Added TeX equivalents for some formula. diff --git a/doc/ngspice.texi b/doc/ngspice.texi index f309c901e..1e4cb8421 100644 --- a/doc/ngspice.texi +++ b/doc/ngspice.texi @@ -963,7 +963,7 @@ in the direction of voltage drop). General form: @example - RXXXXXXX N1 N2 VALUE + RXXXXXXX N1 N2 VALUE @end example @@ -972,13 +972,17 @@ in the direction of voltage drop). @example R1 1 2 100 RC1 12 17 1K + R2 5 7 1K ac=2K @end example N1 and N2 are the two element nodes. VALUE is the resistance (in ohms) -and may be positive or negative but not zero. - +and may be positive or negative but not zero. It is possible to specify +a different resistance value for ac calculations, using the "ac" +parameter. The value of ac resistance must not be zero. If you do not +specify the "ac" parameter, it will be defaulted to VALUE. +Note: ac parameter can be considered "safe" since rework-11 @node Semiconductor Resistors, Semiconductor Resistor Model (R), Resistors, Elementary Devices @@ -987,7 +991,7 @@ and may be positive or negative but not zero. General form: @example - RXXXXXXX N1 N2 + RXXXXXXX N1 N2 @end example