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
|
The database ID of an instance of a fluid Pcell or the Pcell master. |
Value Returned
|
Instance of the protocol class whose name is stored on the |
|
|
Class object is not returned if the protocol class property is not set on the |
Example
Obj = vfoAllocateProtocolObj(d_inst ) => stdobj:0x325030
Return to top