Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

techGetOpenTechFiles

techGetOpenTechFiles(
) 
=> l_techIDs / nil

Description

Returns a list of the database identifiers of the technology databases that are open.

Arguments

None

Value Returned

l_techIDs

A list of database identifiers for the open technology databases.

nil

There are no technology databases open.

Example

techGetOpenTechFiles()
=> (db:0x025c001a db:0x025c001b db:0x025c001d db:0x025c0030)

Returns the database identifiers of all open technology databases.


Return to top
 ⠀
X