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

dbGetNetVoltageRangeSource

dbGetNetVoltageRangeSource(
d_netId 
)
=> t_source / nil 

Description

Returns the voltage range source of the specified net ID.

Arguments

d_netId

The net ID whose voltage range source must be returned.

Value Returned

t_source

The text string representing the voltage range source of the net ID.

nil

There is no voltage range source for the specified net ID.

Examples

dbGetNetVoltageRangeSource(netId) => "user"
dbGetNetVoltageRangeSource(netId) => "simulation"

Related Topics

Connectivity Creation and Modification Functions


Return to top
 ⠀
X