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

gpeGetGridRowCount

gpeGetGridRowCount(
u_sandbox
[ ?verbose { t | nil } ]
)
=> x_rowCount / nil

Description

Returns the number of rows available in the grid of the specified Modgen sandbox object.

Arguments

u_sandbox

Specifies the Modgen sandbox object.

?verbose { t | nil }

Controls the display of warning messages.

Value Returned

x_rowCount

Number of rows in the grid of the specified Modgen sandbox object.

nil

The command was unsuccessful.

Example

In the following example, a Modgen sandbox object is instantiated. gpeGetGridRowCount is then used to retrieve the number of rows:

sbox = gpeStartSandbox()  => pe:0x####
gpeGetGridRowCount(sbox)  => 3

Return to top
 ⠀
X