GetOpenSchematics Function

Returns the path names of all schematics currently open.

Arguments

Number Type Compulsory Default Description
1 real No All schematics No longer used

Argument 1

Originally this was the index of a schematic window as returned in the user index field by the function GetWindowNames with the 'full' option specified. However, since version 8, the GUI design of SIMetrix has changed and there is no longer a concept of different types of window. All windows can contain many different types of tabbed object. So this value is now ignored and the function returns the paths for all open schematics.

Returns

Return type: string array

A string array containing the full path names all schematics currently open.

See Also