Iconic Diagrams\Electric\Sources
DC
AC
Domains: Continuous. Size: 1-D. Kind: Iconic Diagrams (Electric).
This model represents an ideal voltage source with a constant voltage. The voltage can be set to a certain constant value, the current is indifferent. The port p of the model has separate high and low terminals. The equations are:
p.i = p_high.i = p_low.i;
p.u = p_high.u - p_low.u;
p.i = indifferent;
p.u = u;
Ports |
Description |
p |
Both terminals of the Electric port p. |
Causality |
|
fixed voltage out |
|
Parameters |
|
u |
Voltage [V]. |
This model represents an ideal voltage source with a sinusoidal voltage. The voltage can be set to a certain constant value, the current is indifferent. The port p of the model has separate high and low terminals. The equations are:
p.i = p_high.i = p_low.i;
p.u = p_high.u - p_low.u;
p.i = indifferent;
p.u = U*sin(2*pi*f*time);
Ports |
Description |
p |
Both terminals of the Electric port p. |
Causality |
|
fixed voltage out |
|
Parameters |
|
U f |
Voltage amplitude [V]. Voltage frequency [Hz] |