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

dbSetNetVoltageRange

dbSetNetVoltageRange(
d_netId 
n_minVoltage
n_maxVoltage
)
=> t / nil 

Description

Sets the minimum and maximum voltages on the specified net.

Arguments

d_netId

The net ID whose minimum and maximum voltages needs to be set.

n_minVoltage

The minimum voltage value to be set for the specified net ID.

n_maxVoltage

The maximum voltage value to be set for the specified net ID.

Value Returned

t

The specified minimum and maximum voltages was set on the specified net.

nil

The specified minimum and maximum voltages was not set on the specified net.

Example

dbSetNetVoltageRange(netId 0.5 2.5) => t

Related Topics

Connectivity Creation and Modification Functions


Return to top
 ⠀
X