mirror of https://github.com/KLayout/klayout.git
WIP
This commit is contained in:
parent
bc27086abb
commit
759df81026
|
|
@ -654,6 +654,8 @@ DeviceClassDiode::DeviceClassDiode ()
|
|||
{ "P", "P*M" }
|
||||
};
|
||||
|
||||
sp.outgoing_parameters = { { "**", "_" } };
|
||||
|
||||
set_spice_profile (std::string ("*"), sp);
|
||||
}
|
||||
|
||||
|
|
@ -707,7 +709,7 @@ DeviceClassMOS3Transistor::DeviceClassMOS3Transistor ()
|
|||
{ "PD", "PD*M" }
|
||||
};
|
||||
|
||||
sp.outgoing_parameters = { { "**", "_" }};
|
||||
sp.outgoing_parameters = { { "**", "_" } };
|
||||
|
||||
set_spice_profile (std::string ("*"), sp);
|
||||
}
|
||||
|
|
@ -1014,6 +1016,8 @@ DeviceClassBJT3Transistor::DeviceClassBJT3Transistor ()
|
|||
{ "PC", "PC*M" }
|
||||
};
|
||||
|
||||
sp.outgoing_parameters = { { "**", "_" } };
|
||||
|
||||
set_spice_profile (std::string ("*"), sp);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue