R
readeraz
Guest
On Mar 6, 9:07 pm, "sycochkn" <sycoc...@earthlink.net> wrote:
its very clear to explain.
but I wonder why I change
FCTRL 6 2 VISRC 1E+0
as
step too small,
whats matter?
Thank you very much, Sycon,"readeraz" <cnni...@126.com> wrote in message
news:bc31866a-f362-4d18-ba67-639dbcb16d7b@f47g2000hsd.googlegroups.com...
There are some terms of transformer modeling in spice simulation, like
below,
.SUBCKT 1TO1#0 1 2 3 4
VISRC 9 4 DC 0V
N+ and N- are the positive and negative nodes, respectively. Note that
voltage sources need not be grounded. Positive current is assumed to flow
from the positive node, through the source, to the negative node. A current
source of positive value forces current to flow out of the N+ node, through
the source, and into the N- node. Voltage sources, in addition to being used
for circuit excitation, are the 'ammeters' for SPICE, that is, zero valued
voltage sources may be inserted into the circuit for the purpose of
measuring current. They of course have no effect on circuit operation since
they represent short-circuits.
FCTRL 6 2 VISRC 1E+0
Linear Current-Controlled Current Sources
General form:
FXXXXXXX N+ N- VNAM VALUE
Examples:
F1 13 5 VSENS 5
N+ and N- are the positive and negative nodes, respectively. Current flow is
from the positive node, through the source, to the negative node. VNAM is
the name of a voltage source through which the controlling current flows.
The direction of positive controlling current flow is from the positive
node, through the source, to the negative node of VNAM. VALUE is the current
gain.
EVCVS 8 9 5 2 1E+0
Linear Voltage-Controlled Voltage Sources
General form:
EXXXXXXX N+ N- NC+ NC- VALUE
Examples:
E1 2 3 14 1 2.0
N+ is the positive node, and N- is the negative node. NC+ and NC- are the
positive and negative controlling nodes, respectively. VALUE is the voltage
gain.
RPRI 1 7 1E-1
RSEC 8 3 1E-1
LLEAK 7 5 1E-6
What meaning of the VISRC and FCTRL and EVCVS are?- Hide quoted text -
- Show quoted text -
its very clear to explain.
but I wonder why I change
FCTRL 6 2 VISRC 1E+0
FCTRL 6 2 VISRC 1E-1EVCVS 8 9 5 2 1E+0
into
be run, but when gain is 1, it denny to run and display wrong messageEVCVS 8 9 5 2 1E-1
the simulation can run, that means, when gain is 0.1, simulation can
as
step too small,
whats matter?