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

nlGetCurrentSwitchMaster

nlGetCurrentSwitchMaster( 
o_netlister 
) 
=> S_id

Description

This function returns the database ID for the current switch master for the instance in hierarchical incremental netlisting. This function should only be used while printing the instance statement. Avoid using this function if possible.

Arguments

o_netlister

The netlister object

Value Returned

S_id

The database ID for the current switch master.

Examples

The following example prints the database ID of the current switch master:

nlGetCurrentSwitchMaster( netlister )
=> 1234


Return to top
 ⠀
X