Added palette JFET opamp

This commit is contained in:
2026-07-01 13:27:32 +02:00
parent 15c03659da
commit efc9995164
23 changed files with 1061 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
// (setq tab-width 4)
create_item(
"mr_opamp", // name
"mr Operation Amplifier", // label
"U", // prefix
0, // attributes
NULL, // priority
NULL, // icon
standard_dialog, // dialog name
"", // dialog data
CmpModelNetlistFmt, // netlist format
"", // netlist data
NULL, // symbol name (not used since 2011)
NULL, // artwork type (not used since 2011)
NULL, // artwork data (not used since 2011)
ITEM_PRIMITIVE_EX, // extra attributes
// -----------------------------------------------------
// model
// -----------------------------------------------------
create_parm(
"Model",
"Model instance name",
0,
"StdFileFormSet",
UNITLESS_UNIT,
prm("StdForm", "va_opamp")
)
);