| |
 |
|
|
Science Forum Index » Electronics - Cad Forum » What these terms of modeling are?
Page 1 of 2 Goto page 1, 2 Next
|
| Author |
Message |
| readeraz |
Posted: Wed Mar 05, 2008 3:07 pm |
|
|
|
Guest
|
There are some terms of transformer modeling in spice simulation, like
below,
..SUBCKT 1TO1#0 1 2 3 4
VISRC 9 4 DC 0V
FCTRL 6 2 VISRC 1E+0
EVCVS 8 9 5 2 1E+0
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? |
|
|
| Back to top |
|
| readeraz |
Posted: Wed Mar 05, 2008 3:09 pm |
|
|
|
Guest
|
On Mar 6, 9:07 am, readeraz <cnni...@126.com> wrote:
Quote: There are some terms of transformer modeling in spice simulation, like
below,
.SUBCKT 1TO1#0 1 2 3 4
VISRC 9 4 DC 0V
FCTRL 6 2 VISRC 1E+0
EVCVS 8 9 5 2 1E+0
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?
When I simulate with the netlist, I got a wrong message. when I change
FCTRL 6 2 VISRC 1E+0
EVCVS 8 9 5 2 1E+0
into
FCTRL 6 2 VISRC 1E-1
EVCVS 8 9 5 2 1E-1
The program can be go on. whats matter?
whats different between the numbers?
thanks |
|
|
| Back to top |
|
| readeraz |
Posted: Wed Mar 05, 2008 11:52 pm |
|
|
|
Guest
|
On Mar 6, 2:45 pm, "Helmut Sennewald" <helmutsennew...@t-online.de>
wrote:
Quote: "readeraz" <cnni...@126.com> schrieb im Newsbeitragnews: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
FCTRL 6 2 VISRC 1E+0
EVCVS 8 9 5 2 1E+0
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?
Hello,
This may be the model of an "ideal" transformer working from DC
to an upper frequency limit defined by LLEAK and the external
source and load resisatnce.
Try Google: ideal transformer spice
Best regards,
Helmut
I know its model of transformer. what I want to know is
What meaning of the VISRC and FCTRL and EVCVS are?
I search web site and cannt get the answer.
thanks at the same.
I know the rest terms meanings. they are all standard modeling terms |
|
|
| Back to top |
|
| readeraz |
Posted: Wed Mar 05, 2008 11:54 pm |
|
|
|
Guest
|
On Mar 6, 11:58 am, "sycochkn" <sycoc...@earthlink.net> wrote:
Quote: "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
FCTRL 6 2 VISRC 1E+0
EVCVS 8 9 5 2 1E+0
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?
Lxxx is an unductor
Rxxx is a resistor
V is a voltage
.subckt is defined elsewhere
the numbers are the nodes.
if you know how to read it the schematic is represented by this data.
Bob
Hi, Bob,
I know the rest terms meaning. what I want to knwo is
What meaning of the VISRC and FCTRL and EVCVS are?
I know Vsrc and I src is voltage and current source. wht is VISRC and
Fc... |
|
|
| Back to top |
|
| sycochkn |
Posted: Wed Mar 05, 2008 11:58 pm |
|
|
|
Guest
|
"readeraz" <cnnihao@126.com> wrote in message
news:bc31866a-f362-4d18-ba67-639dbcb16d7b@f47g2000hsd.googlegroups.com...
Quote: There are some terms of transformer modeling in spice simulation, like
below,
.SUBCKT 1TO1#0 1 2 3 4
VISRC 9 4 DC 0V
FCTRL 6 2 VISRC 1E+0
EVCVS 8 9 5 2 1E+0
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?
Lxxx is an unductor
Rxxx is a resistor
V is a voltage
..subckt is defined elsewhere
the numbers are the nodes.
if you know how to read it the schematic is represented by this data.
Bob |
|
|
| Back to top |
|
| Helmut Sennewald |
Posted: Thu Mar 06, 2008 2:45 am |
|
|
|
Guest
|
"readeraz" <cnnihao@126.com> schrieb im Newsbeitrag
news:bc31866a-f362-4d18-ba67-639dbcb16d7b@f47g2000hsd.googlegroups.com...
Quote: There are some terms of transformer modeling in spice simulation, like
below,
.SUBCKT 1TO1#0 1 2 3 4
VISRC 9 4 DC 0V
FCTRL 6 2 VISRC 1E+0
EVCVS 8 9 5 2 1E+0
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?
Hello,
This may be the model of an "ideal" transformer working from DC
to an upper frequency limit defined by LLEAK and the external
source and load resisatnce.
Try Google: ideal transformer spice
Best regards,
Helmut |
|
|
| Back to top |
|
| sycochkn |
Posted: Thu Mar 06, 2008 9:07 am |
|
|
|
Guest
|
"readeraz" <cnnihao@126.com> wrote in message
news:bc31866a-f362-4d18-ba67-639dbcb16d7b@f47g2000hsd.googlegroups.com...
Quote: 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.
Quote: 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.
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.
Quote: 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?
|
|
|
| Back to top |
|
| readeraz |
Posted: Thu Mar 06, 2008 3:41 pm |
|
|
|
Guest
|
On Mar 6, 9:07 pm, "sycochkn" <sycoc...@earthlink.net> wrote:
Quote: "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 -
Thank you very much, Sycon,
its very clear to explain.
but I wonder why I change
FCTRL 6 2 VISRC 1E+0
Quote: EVCVS 8 9 5 2 1E+0
into
FCTRL 6 2 VISRC 1E-1
Quote: EVCVS 8 9 5 2 1E-1
the simulation can run, that means, when gain is 0.1, simulation can
be run, but when gain is 1, it denny to run and display wrong message
as
step too small,
whats matter? |
|
|
| Back to top |
|
| readeraz |
Posted: Thu Mar 06, 2008 3:47 pm |
|
|
|
Guest
|
On Mar 7, 9:41 am, readeraz <cnni...@126.com> wrote:
Quote: On Mar 6, 9:07 pm, "sycochkn" <sycoc...@earthlink.net> wrote:
"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 -
Thank you very much, Sycon,
its very clear to explain.
but I wonder why I change
FCTRL 6 2 VISRC 1E+0> EVCVS 8 9 5 2 1E+0
into
FCTRL 6 2 VISRC 1E-1> EVCVS 8 9 5 2 1E-1
the simulation can run, that means, when gain is 0.1, simulation can
be run, but when gain is 1, it denny to run and display wrong message
as
step too small,
whats matter?- Hide quoted text -
- Show quoted text -
BTW,
how to creat the following words xxxx?
is it random? or by context?
for example
Vxxxx
producing
VISRC,
Vcon
V1 etc? |
|
|
| Back to top |
|
| Joel Koltner |
Posted: Thu Mar 06, 2008 10:15 pm |
|
|
|
Guest
|
"readeraz" <cnnihao@126.com> wrote in message
news:e2aff5ab-25e0-405d-bb96-0c08d5e88d1d@e23g2000prf.googlegroups.com...
"how to creat the following words xxxx?
is it random? or by context?"
It's whatever you want it to be. As far as a simulator is concerned, the
names might as well be random so long as they're unique. If you use a
schematic capture package, often the names will just be V1, V2, V3, etc. For
"hand-crafted" models, often people will try to use meaningful names so that
other (huamans) reading the text have some idea what the function of the part
is. E.g., "Lleak" clearly suggests an inductor modeling leakage inductance.
Note that the early simulators in the '70s and some in the '80s only allowed
numbers (V1, V2, V3), but as far as I'm aware all contemporary simulators
allow named devices (Vsource, Vbattery, etc.) |
|
|
| Back to top |
|
| readeraz |
Posted: Thu Mar 06, 2008 10:54 pm |
|
|
|
Guest
|
On Mar 7, 12:06 pm, "sycochkn" <sycoc...@earthlink.net> wrote:
Quote: "readeraz" <cnni...@126.com> wrote in message
news:e2aff5ab-25e0-405d-bb96-0c08d5e88d1d@e23g2000prf.googlegroups.com...
On Mar 7, 9:41 am, readeraz <cnni...@126.com> wrote:
On Mar 6, 9:07 pm, "sycochkn" <sycoc...@earthlink.net> wrote:
"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 -
Thank you very much, Sycon,
its very clear to explain.
but I wonder why I change
FCTRL 6 2 VISRC 1E+0> EVCVS 8 9 5 2 1E+0
into
FCTRL 6 2 VISRC 1E-1> EVCVS 8 9 5 2 1E-1
the simulation can run, that means, when gain is 0.1, simulation can
be run, but when gain is 1, it denny to run and display wrong message
as
step too small,
whats matter?- Hide quoted text -
- Show quoted text -
BTW,
how to creat the following words xxxx?
is it random? or by context?
for example
Vxxxx
producing
VISRC,
Vcon
V1 etc?
the xxxx is where you enter an arbitrary name to make it unique.
Bob- Hide quoted text -
- Show quoted text -
thank you all.
and can you continue next,
what change the gain can run sumulation |
|
|
| Back to top |
|
| sycochkn |
Posted: Fri Mar 07, 2008 12:06 am |
|
|
|
Guest
|
"readeraz" <cnnihao@126.com> wrote in message
news:e2aff5ab-25e0-405d-bb96-0c08d5e88d1d@e23g2000prf.googlegroups.com...
On Mar 7, 9:41 am, readeraz <cnni...@126.com> wrote:
Quote: On Mar 6, 9:07 pm, "sycochkn" <sycoc...@earthlink.net> wrote:
"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 -
Thank you very much, Sycon,
its very clear to explain.
but I wonder why I change
FCTRL 6 2 VISRC 1E+0> EVCVS 8 9 5 2 1E+0
into
FCTRL 6 2 VISRC 1E-1> EVCVS 8 9 5 2 1E-1
the simulation can run, that means, when gain is 0.1, simulation can
be run, but when gain is 1, it denny to run and display wrong message
as
step too small,
whats matter?- Hide quoted text -
- Show quoted text -
BTW,
how to creat the following words xxxx?
is it random? or by context?
for example
Vxxxx
producing
VISRC,
Vcon
V1 etc?
the xxxx is where you enter an arbitrary name to make it unique.
Bob |
|
|
| Back to top |
|
| justup |
Posted: Sat Mar 08, 2008 8:47 am |
|
|
|
Joined: 12 Jan 2005
Posts: 489
|
readeraz wrote:
Quote: On Mar 6, 9:07 pm, "sycochkn" <sycoc...@earthlink.net> wrote:
"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 -
Thank you very much, Sycon,
its very clear to explain.
but I wonder why I change
FCTRL 6 2 VISRC 1E+0
EVCVS 8 9 5 2 1E+0
into
FCTRL 6 2 VISRC 1E-1
EVCVS 8 9 5 2 1E-1
the simulation can run, that means, when gain is 0.1, simulation can
be run, but when gain is 1, it denny to run and display wrong message
as
step too small,
whats matter?
A "time step to small" error is simply that the spice engine was unable to
find a solution. It does not mean that there is a specific error in the
circuit. However, unrealistic circuits can produce this failure to converge
problem.
Spice is a general purpose non-linear differential equation solver. It does
this numerically. There is no guarantee that all circuits can be solved by
this technique.
--
Kevin Aylward
kaREMOVE@anasoft.co.uk
www.anasoft.co.uk
SuperSpice |
|
|
| Back to top |
|
| readeraz |
Posted: Sun Mar 09, 2008 9:58 pm |
|
|
|
Guest
|
On Mar 8, 8:47 pm, "Kevin Aylward" <n...@none.com> wrote:
Quote: readeraz wrote:
On Mar 6, 9:07 pm, "sycochkn" <sycoc...@earthlink.net> wrote:
"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 -
Thank you very much, Sycon,
its very clear to explain.
but I wonder why I change
FCTRL 6 2 VISRC 1E+0
EVCVS 8 9 5 2 1E+0
into
FCTRL 6 2 VISRC 1E-1
EVCVS 8 9 5 2 1E-1
the simulation can run, that means, when gain is 0.1, simulation can
be run, but when gain is 1, it denny to run and display wrong message
as
step too small,
whats matter?
A "time step to small" error is simply that the spice engine was unable to
find a solution. It does not mean that there is a specific error in the
circuit. However, unrealistic circuits can produce this failure to converge
problem.
Spice is a general purpose non-linear differential equation solver. It does
this numerically. There is no guarantee that all circuits can be solved by
this technique.
--
Kevin Aylward
kaREM...@anasoft.co.ukwww.anasoft.co.uk
SuperSpice- Hide quoted text -
- Show quoted text -
yes,
I try to change step interval. but fail. when I change the number from
+0 to -1, the solver go on. and I get the result.
it seems the original number made the equation unconvergency.
I dont know why?
thanks |
|
|
| Back to top |
|
| readeraz |
Posted: Wed Mar 12, 2008 10:29 pm |
|
|
|
Guest
|
FCTRL 6 2 VISRC 1E-1 (1E0)
EVCVS 8 9 5 2 1E-1
I was prompt that the value of 1E+0 is ratio of the transformer. I set
the transformer is 10:1, so that the ratio should be 0.1, but the
default is 1E+0, was this the cause that fail to run continue? |
|
|
| Back to top |
|
| |
Page 1 of 2 Goto page 1, 2 Next
All times are GMT - 5 Hours
The time now is Sun Sep 07, 2008 5:32 pm
|
|