ReadF11Options Function

Read .OPTIONS line in the F11 window

Arguments

Number Type Compulsory Default Description
1 real No -1 Schematic ID

Argument 1

Schematic ID as returned by OpenSchematic . This makes it possible to apply this function to any schematic and not just the one that is currently displayed. See OpenSchematic for more details.

Returns

Return type: string array

Array of semi-colon delimited strings providing details of any SIMetrix .OPTIONS statements located in the current schematic's F11 window. Each token in the string is defined in the following table:
Field Description
0 Option name
1 Value
2 Type - on eof 'BOOL', 'REAL', 'INT', 'STRING' or 'UNKNOWN'

The function will not return option settings that are not recognised by the simulator. It will also not return option settings that are set to their default value.

See Also