GetSimulatorOptionInfo Function

Returns type and default value of a simulator option setting

Arguments

Number Type Compulsory Default Description
1 string Yes option name

Returns

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

Notes

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.

See Also