icvgs, icvds, and icvbs should be IOP.

This commit is contained in:
Árpád Bűrmen 2025-06-26 09:44:47 +02:00
parent ca0c52ba94
commit 0654f477cb
1 changed files with 3 additions and 3 deletions

View File

@ -30,9 +30,9 @@ IOP( "geo", BSIM3_GEO, IF_INTEGER, "ACM model drain/source connection"),
IOP( "delvto", BSIM3_DELVTO, IF_REAL, "Zero bias threshold voltage variation"),
IOP( "mulu0", BSIM3_MULU0, IF_REAL, "Low field mobility multiplier"),
IP( "ic", BSIM3_IC, IF_REALVEC , "Vector of DS,GS,BS initial voltages"),
IP( "icvgs", BSIM3_IC_VGS, IF_REAL , "GS initial voltage"),
IP( "icvds", BSIM3_IC_VDS, IF_REAL , "DS initial voltage"),
IP( "icvbs", BSIM3_IC_VBS, IF_REAL , "BS initial voltage"),
IOP( "icvgs", BSIM3_IC_VGS, IF_REAL , "GS initial voltage"),
IOP( "icvds", BSIM3_IC_VDS, IF_REAL , "DS initial voltage"),
IOP( "icvbs", BSIM3_IC_VBS, IF_REAL , "BS initial voltage"),
OP( "gmbs", BSIM3_GMBS, IF_REAL, "Gmb"),
OP( "gm", BSIM3_GM, IF_REAL, "Gm"),
OP( "gds", BSIM3_GDS, IF_REAL, "Gds"),