Skip to content
Analog.IdealOpAmp3Pin.md

Analog.IdealOpAmp3Pin

Usage

TranslatedComponents.Analog.IdealOpAmp3Pin()

Connectors

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

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

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

Behavior

in_p.v(t)=in_n.v(t)in_p.i(t)=0in_n.i(t)=0

Source

dyad
component IdealOpAmp3Pin
  in_p = Pin()
  in_n = Pin()
  out = Pin()
relations
  in_p.v = in_n.v
  in_p.i = 0
  in_n.i = 0
end
Flattened Source
dyad
component IdealOpAmp3Pin
  in_p = Pin()
  in_n = Pin()
  out = Pin()
relations
  in_p.v = in_n.v
  in_p.i = 0
  in_n.i = 0
metadata {}
end


Test Cases

No test cases defined.

  • Examples

  • Experiments

  • Analyses