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
endFlattened Source
dyad
component Ground
p = Pin()
relations
p.v = 0
metadata {}
endTest Cases ​
No test cases defined.
Related ​
Examples
Experiments
Analyses