GroundGround Icon

Ground

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
&nbsp;&nbsp;<span class="hljs-comment">"Electrical connection pin."</span>
&nbsp;&nbsp;<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>() {
&nbsp;&nbsp;&nbsp;&nbsp;"Dyad": {
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"placement": {"icon": {"iconName": "pos", "x1": 450, "y1": -50, "x2": 550, "y2": 50}}
&nbsp;&nbsp;&nbsp;&nbsp;}
&nbsp;&nbsp;}
<span class="hljs-keyword">relations</span>
&nbsp;&nbsp;g.v = 0
<span class="hljs-keyword">metadata</span> {
&nbsp;&nbsp;"Dyad": {
&nbsp;&nbsp;&nbsp;&nbsp;"labels": [{"label": "$(instance)", "x": 500, "y": 1100, "rot": 0}],
&nbsp;&nbsp;&nbsp;&nbsp;"icons": {"default": "dyad://ElectricalComponents/Ground.svg"}
&nbsp;&nbsp;}
}
<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
&nbsp;&nbsp;<span class="hljs-comment">"Electrical connection pin."</span>
&nbsp;&nbsp;<span class="hljs-symbol">g</span> = <span>Pin</span>() {
&nbsp;&nbsp;&nbsp;&nbsp;"Dyad": {
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"placement": {"icon": {"iconName": "pos", "x1": 450, "y1": -50, "x2": 550, "y2": 50}}
&nbsp;&nbsp;&nbsp;&nbsp;}
&nbsp;&nbsp;}
<span class="hljs-keyword">relations</span>
&nbsp;&nbsp;g.v = 0
<span class="hljs-keyword">metadata</span> {
&nbsp;&nbsp;"Dyad": {
&nbsp;&nbsp;&nbsp;&nbsp;"labels": [{"label": "$(instance)", "x": 500, "y": 1100, "rot": 0}],
&nbsp;&nbsp;&nbsp;&nbsp;"icons": {"default": "dyad://ElectricalComponents/Ground.svg"}
&nbsp;&nbsp;}
}
<span class="hljs-keyword">end</span></code></pre>


Test Cases

No test cases defined.