Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

deFindPlugin

deFindPlugin(
S_plugin
g_window
)
=> stdobj / nil

Description

Searches for and returns an instance of the specified plugin installed in the given application window

Arguments

S_plugin

Specifies the name (string) or class name (symbol) of the plugin you want to search for.

g_window

Specifies the ID of the application window–session or tab–in which you want to search for the named plugin.

Value Returned

stdobj

Returns an instance of the named plugin you are searching for

nil

Returns nil if the named plugin is not found installed in the specified window


Return to top
 ⠀
X