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

dbSetCellViewNetVoltageRange

dbSetCellViewNetVoltageRange(
d_cvId 
n_minVoltage
n_maxVoltage
)
=> t / nil 

Description

Sets the default minimum and maximum net voltages on a cellview ID.

Arguments

d_cvId

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

n_minVoltage

The default minimum net voltage value to be set on the specified cellview ID.

n_maxVoltage

The default maximum net voltage value to be set on the specified cellview ID.

Value Returned

t

The default minimum and maximum net voltages were successfully set on the specified cellview ID.

nil

The default minimum and maximum net voltages were not set on the specified cellview ID.

Example

dbSetCellViewNetVoltageRange(cvId 1.5 3.5) => t

Related Topics

Connectivity Creation and Modification Functions


Return to top
 ⠀
X