Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

leMarkNetGetNumThreads

leMarkNetGetNumThreads( 
[ w_windowId ] 
)
=> integer

Description

Returns the thread mode of the Mark Net command. In Layout L, the Mark Net command always runs in a mono thread mode. In Layout XL and higher tiers, this command can run in auto or customizable thread mode.

Arguments

w_windowId

Window ID of the window specified.

Values Returned

1

Mark Net command will run in mono thread mode.

< = 0

Mark Net command will run in auto thread mode.

> 1

Mark Net command will run in customizable thread mode.

Example

leMarkNetGetNumThreads()

or

leMarkNetGetNumThreads(hiGetCurrentWindow())

Return to top
 ⠀
X