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 ​
julia
using TranslatedComponents #hide
using ModelingToolkit #hide
@named sys = TranslatedComponents.Analog.IdealOpAmp3Pin() #hide
full_equations(sys) #hide<< @example-block not executed in draft mode >>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
endFlattened 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 {}
endTest Cases ​
No test cases defined.
Related ​
Examples
Experiments
Analyses