Write SIMetrix simulator options to the F11 window.
| Number | Type | Compulsory | Default | Description |
| 1 | string array | Yes | Option values | |
| 2 | real | No | -1 | Schematic ID |
Array of semi-colon delimited string in form:
name;value;type
| name | Name of option |
| value | Value of option |
| type | Type. One of 'BOOL', 'INT', 'REAL' or 'STRING' |
The given type determines how the value is interpreted. REAL values can use engineering suffixes, e.g. 1k will be interprted as 1000. BOOL options can have values of 'true' or '1' to indicate a true condition. All other values will be treated as false. STRING values will entered literally.
Unlike ReadF11Options , this function does not check that the option names entered are valid.
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.
Return type: Integer
Number of options written
| ▲Function Summary▲ | ||
| ◄ WriteF11Lines | WriteIniKey ▶ | |