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 ​

julia
using TranslatedComponents #hide
using ModelingToolkit #hide
@named sys = TranslatedComponents.Analog.Ground() #hide
full_equations(sys) #hide
<< @example-block not executed in draft mode >>

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