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

vfoGetProtocolClassName

vfoGetProtocolClassName(
t_cellViewID
) 
=> s_cellView / nil

Description

Returns the symbol naming the protocol class to use with the fluid Pcell functions.

Argumentsd

t_cellViewID

The ID of the Pcell sub-master or supermaster cellview.

Value Returned

s_cellView

The symbol naming the protocol class to use with the fluid Pcell functions is returned.

nil

The protocol class property not found in the cellview.

Example

vfoGetProtocolClassName(inst ~> master)
    => vfoAbstractClass
vfoGetProtocolClassName(inst ~> master ~> superMaster)
    => vfoAbstractClass

Return to top
 ⠀
X