dbGetNetVoltageRangeSource
dbGetNetVoltageRangeSource(
d_netId
)
=> t_source / nil
Description
Returns the voltage range source of the specified net ID.
Arguments
Value Returned
|
The text string representing the voltage range source of the net ID. |
|
Examples
dbGetNetVoltageRangeSource(netId) => "user"
dbGetNetVoltageRangeSource(netId) => "simulation"
Related Topics
Connectivity Creation and Modification Functions
Return to top