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

vfoAllocateProtocolObj

vfoAllocateProtocolObj(
d_obj
)
=> g_instance / nil

Description

Allocates and returns the newly allocated and initialized instance of the vfo protocol class of the Pcell. You can use the vfoGetProtocolClassName SKILL function to determine the name of the protocol class.

Arguments

d_obj

The database ID of an instance of a fluid Pcell or the Pcell master.

Value Returned

g_instance

Instance of the protocol class whose name is stored on the d_obj Pcell supermaster.

nil

Class object is not returned if the protocol class property is not set on the d_obj Pcell supermaster.

Example

Obj = vfoAllocateProtocolObj(d_inst )
    => stdobj:0x325030

Return to top
 ⠀
X