Returns type and default value of a simulator option setting
Number | Type | Compulsory | Default | Description |
1 | string | Yes | option name |
Return type: string array
Index | Description |
0 | Option name |
1 | Type - can be 'REAL', 'INTEGER', 'BOOL', 'STRING' or 'UNKNOWN' |
2 | Default value |
This function differs from GetSimulatorOption in that it returns information about an option setting independent of any simulation. GetSimulatorOption returns the value an option was set to in the most recent simulation.
▲Function Summary▲ | ||
◄ GetSimulatorOption | GetSimulatorOptions ▶ |