|
Returns type and default value of a simulator option setting
| Number | Type | Compulsory | Default | Description |
|---|---|---|---|---|
|
1 |
string |
Yes |
|
option name |
Return type: string array
Array of strings providing the following information
| Index | Description |
|---|---|
| 0 | Option name |
| 1 | Type - can be 'REAL', 'INTEGER', 'BOOL', 'STRING' or 'UNKNOWN' |
| 2 | Default value |
|
|
||