|
Base | getBase () |
| returns the base of the simulation model.
|
|
std::string | getFilePath () |
| returns the file path of the spice netlist used by the simulation model.
|
|
unsigned | getId () const |
| returns the id of the simulation model.
|
|
Version | getVersion () |
| returns the version of the simulation model.
|
|
| SimulModel (unsigned, Base, Version, std::string) |
| creates a new simulation model. More...
|
|
This class describes a simulation model used by Operator in Sizing procedure.
◆ Base
This enum describes the base of a simulation model. Available values are:
- BSIM3V3 = 0
- BSIM4 = 1
- PSP = 2
◆ Version
This enum describes the transistor version of a simulation model. Available values are:
- UNDEFINED = 0
- SVT = 1
- HVT = 2
- LVT = 3
◆ SimulModel()
creates a new simulation model.
- Parameters
-
id | the id of the simulation model. |
base | the base of the simulation model. |
version | the version of the simulation model. |
filePath | the file path to the spice netlist used by simulation model. |