Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

isLocation

isLocation( 
l_point 
)
=> t / nil

Description

Validates that the given point is properly defined.

This function must not be used with pcells.

Arguments

l_point

A list representing a point.

Value Returned

t

The point is properly defined.

nil

The point is not properly defined.

Examples

isLocation( list( 0 0 )) => t

Related Topics

Database Access Function Argument Types

Bounding Box Functions


Return to top
 ⠀
X