GetProjectList
| Returns a list of all projects that are open in SIwave. | |
| UI Command: | None. |
| Syntax: | obj.GetProjectList() |
| Parameters: |
None. |
| Return Value: |
ARRAY of strings containing names of all open projects. |
| VB Example: | obj.GetProjectList() |
| IPY Example: | oDoc.GetProjectList() |