Returns a string array containing information about each model in the specified model library.
Number | Type | Compulsory | Default | Description |
---|---|---|---|---|
1 |
string |
Yes |
|
Library spec |
2 |
string |
No |
|
Options |
Library specification for installed library. This could be a single file or a folder containing a wildcard specification. All installed libraries are returned by GetModelFiles.
If set to 'usermodelsonly' only models installed by the user will be returned.
Return type: string array
String array with each element describing a single library model. Information is supplied as a semi-colon delimited string with the following fields:
Index | Description |
---|---|
0 | Model name |
1 | File where model found. (Filename only, not full path) |
2 | Line number |
3 | SPICE letter. E.g. 'x' for subcircuits |
4 | Is alias: 'false' not an alias, 'true' is an alias |
5 | User install time. 0 if system installed. Time is number of seconds since January 1, 1970 |
|