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

nlGetId

nlGetId( 
o_cellView 
) 
=> g_id
OR
nlGetId( 
o_instance
) 
=> t_id

Description

Returns the database ID for the instance. If the instance represents a cdba instance, this is a database ID.

Avoid using this function if possible; use type-checking precautions.

Arguments

o_cellView

The cellview object.

o_instance

The instance object.

Value Returned

t_id

The database ID of the instance or the cellview object.

Examples

nlGetId( inst )
nlGetId( cv )


Return to top
 ⠀
X