Returns the names and types of all parameters for a device model.
Number | Type | Compulsory | Default | Description |
---|---|---|---|---|
1 |
string |
Yes |
|
Internal device name |
2 |
string |
No |
Use internal device name |
options |
Internal device name. This is returned by the functions GetInternalDeviceName and GetModelType. If argument 2 is set to 'modelname' argument must be the model name of a model used in the most recent simulation
If set to 'modelname' argument 1 must be the name of a model used in the most recent simulation.
Return type: string array
String array of semi-colon delimited strings. Each token in the string is defined as follows:
Index | Description |
---|---|
0 | parameter name |
1 | Parameter type |
2 | Parameter description - this is blank for most devices |
|