Ground IconGround
Ideal electrical ground connection, providing a zero-voltage reference.
This component establishes a reference potential in an electrical circuit. It defines a node where the voltage is explicitly set to zero. Any part of a circuit connected to this ground component will share this zero-voltage reference. The fundamental relationship defining this component is:
\[g.v = 0\]
Usage
ElectricalComponents.Ground()
Connectors
g- This connector represents an electrical pin with voltage and current as the potential and flow variables, respectively. (Pin)
Behavior
\[ \begin{align} \mathtt{g.v}\left( t \right) &= 0 \end{align} \]
Source
"""
Ideal electrical ground connection, providing a zero-voltage reference.
This component establishes a reference potential in an electrical circuit. It
defines a node where the voltage is explicitly set to zero. Any part of a
circuit connected to this ground component will share this zero-voltage
reference. The fundamental relationship defining this component is:
math g.v = 0
"""</span>
<span class="hljs-keyword">component</span> Ground
<span class="hljs-comment">"Electrical connection pin."</span>
<span class="hljs-symbol">g</span> = <span class="hljs-link"><a href="https://help.juliahub.com/dyad/dev/stdlib/Dyad/connectors/Pin.html">Pin</a></span>() {
"Dyad": {
"placement": {"icon": {"iconName": "pos", "x1": 450, "y1": -50, "x2": 550, "y2": 50}}
}
}
<span class="hljs-keyword">relations</span>
g.v = 0
<span class="hljs-keyword">metadata</span> {
"Dyad": {
"labels": [{"label": "$(instance)", "x": 500, "y": 1100, "rot": 0}],
"icons": {"default": "dyad://ElectricalComponents/Ground.svg"}
}
}
<span class="hljs-keyword">end</span></code></pre>
Flattened Source
"""
Ideal electrical ground connection, providing a zero-voltage reference.
This component establishes a reference potential in an electrical circuit. It
defines a node where the voltage is explicitly set to zero. Any part of a
circuit connected to this ground component will share this zero-voltage
reference. The fundamental relationship defining this component is:
math g.v = 0
"""</span>
<span class="hljs-keyword">component</span> Ground
<span class="hljs-comment">"Electrical connection pin."</span>
<span class="hljs-symbol">g</span> = <span>Pin</span>() {
"Dyad": {
"placement": {"icon": {"iconName": "pos", "x1": 450, "y1": -50, "x2": 550, "y2": 50}}
}
}
<span class="hljs-keyword">relations</span>
g.v = 0
<span class="hljs-keyword">metadata</span> {
"Dyad": {
"labels": [{"label": "$(instance)", "x": 500, "y": 1100, "rot": 0}],
"icons": {"default": "dyad://ElectricalComponents/Ground.svg"}
}
}
<span class="hljs-keyword">end</span></code></pre>
Test Cases
No test cases defined.
Related
- Examples
- Experiments
- Analyses
- Tests