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

dbGetCellViewNetVoltageRange

dbGetCellViewNetVoltageRange(
d_cvId 
)
=> l_voltages / nil 

Description

Returns the default minimum and maximum net voltages on the specified cellview ID.

Arguments

d_cvId

The cellview ID whose minimum and maximum default net voltages must be returned.

Value Returned

l_voltages

The list of two floating numbers representing the minimum and maximum default net voltages on the cellview ID.

nil

The specified cellview ID is incorrect.

Example

dbGetCellViewNetVoltageRange(cvId) => (1.9 2.2)

Related Topics

Connectivity Creation and Modification Functions


Return to top
 ⠀
X