Skip to content
Analog.Ground.md

Analog.Ground

Usage

TranslatedComponents.Analog.Ground()

Connectors

  • p - This connector represents an electrical pin with voltage and current as the potential and flow variables, respectively. (Pin)

Behavior

p.v(t)=0

Source

dyad
component Ground
  p = Pin()
relations
  p.v = 0
end
Flattened Source
dyad
component Ground
  p = Pin()
relations
  p.v = 0
metadata {}
end


Test Cases

No test cases defined.

  • Examples

  • Experiments

  • Analyses