Op-amp

The object that describes how to configure an op-amp primitive.

Example

Typescript
Copy

Fields

NameTypeDescription
typeReadonly<string>The type of this object, represented by the string literal "opAmp".
gainnumberThe amplification factor of the op-amp.
max_outputnumber(V) The maximum operating voltage.
min_outputnumber(V) The minimum operating voltage.
map_input_one_to_terminal_uidReadonly<string>The terminal ID corresponding to the op-amp's first input
map_input_two_to_terminal_uidReadonly<string>The terminal ID corresponding to the op-amp's second input.
map_output_to_terminal_uidReadonly<string>The terminal ID corresponding to the op-amp's output.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
On This Page
Op-ampExampleFields