Analog.TwoPin ​
Usage ​
TranslatedComponents.Analog.TwoPin()
Connectors ​
p- This connector represents an electrical pin with voltage and current as the potential and flow variables, respectively. (Pin)n- This connector represents an electrical pin with voltage and current as the potential and flow variables, respectively. (Pin)
Variables ​
| Name | Description | Units |
|---|---|---|
v | V |
Source ​
dyad
partial component TwoPin
p = Pin()
n = Pin()
variable v::Dyad.Voltage
relations
v = p.v - n.v
endFlattened Source
dyad
partial component TwoPin
p = Pin()
n = Pin()
variable v::Dyad.Voltage
relations
v = p.v - n.v
metadata {}
endTest Cases ​
No test cases defined.
Related ​
Examples
Experiments
Analyses