Added BJT component with 2 models

This commit is contained in:
2026-06-29 20:18:44 +02:00
parent 5c458d5a63
commit 0175490365
8 changed files with 251 additions and 1 deletions
+2 -1
View File
@@ -41,6 +41,7 @@ else
// ----------------------------------------------------------------------------
load( strcat( MRMODELS_DIR_CIRCUIT_AEL, "mrmodels_include"));
load( strcat( MRMODELS_DIR_CIRCUIT_AEL, "mr/mr_resistor" ));
load( strcat( MRMODELS_DIR_CIRCUIT_AEL, "mr/mr_resistor" ));
load( strcat( MRMODELS_DIR_CIRCUIT_AEL, "mr/mr_bjt" ));