Returns the file path and line number of a simulator model given its name and type
Number | Type | Compulsory | Default | Description |
---|---|---|---|---|
1 |
string |
Yes |
|
Model name |
2 |
string |
Yes |
|
Model letter |
3 |
string |
No |
'SIMetrix' |
Simulator type |
Model name, this is either the name in a .MODEL statement or the name in a .SUBCKT statement.
Model letter, e.g 'Q' for BJTs, 'D' for diodes and 'X' for subcircuits.
Simulator type, i.e 'SIMetrix' or 'SIMPLIS'
Return type: String array
String array of length 2 holding the file name and line number of the definition of the specified model.
|