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 | Voltage drop of the two pins (= p.v - n.v) | V |
Source
dyad
partial component TwoPin
p = Pin()
n = Pin()
# Voltage drop of the two pins (= p.v - n.v)
variable v::Dyad.Voltage
relations
v = p.v - n.v
endFlattened Source
dyad
partial component TwoPin
p = Pin()
n = Pin()
# Voltage drop of the two pins (= p.v - n.v)
variable v::Dyad.Voltage
relations
v = p.v - n.v
metadata {}
endTest Cases
No test cases defined.
Related
Examples
Experiments
Analyses