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

vfoSupportsRotation

vfoSupportsRotation(
d_instId
) 
=> t / nil

Description

Checks of the Pcell instance supports rotation.

Arguments

d_instId

The instance ID on which the operation is invoked. The Pcell instance ID of vfoAbstractClass SKILL++ class or any of its subclasses.

Value Returned

t

The Rotation operation is supported on the given instance.

nil

The Rotation operation is not supported on the given instance.

Example

protocolObj = vfoAllocateProtoclObj(instId)
retVal = vfoSupportsRotation(protocolObj instId)
if(retVal  
   printf("instance supports rotation")
   printf("instance does not supports rotation")
)

Return to top
 ⠀
X