Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Modelica/Electrical/Spice3.mo
Original file line number Diff line number Diff line change
Expand Up @@ -6528,7 +6528,7 @@ This function mosfetRenameParametersDev assigns the external (given by the user)
SI.Voltage m_phi( start = 0.6)
"PHI, Surface potential";
Real m_phiIsGiven "Phi IsGivenValue";
SI.Voltage m_gamma( start = 0.0)
Real m_gamma(final unit="V(1/2)", start = 0.0)
"GAMMA, Bulk threshold parameter";
Real m_gammaIsGiven "Gamma IsGivenValue";
SI.InversePotential m_lambda "Channel-length modulation";
Expand Down Expand Up @@ -6568,7 +6568,7 @@ This function mosfetRenameParametersDev assigns the external (given by the user)
Real m_oxideCapFactor;
SI.Voltage m_vt0;
SI.Voltage m_phi;
Real m_gamma;
Real m_gamma(final unit="V(1/2)");
SI.Transconductance m_transconductance;

annotation (Documentation(info="<html>
Expand Down