dbSetNetVoltageRangeSource
dbSetNetVoltageRangeSource(
d_netId
t_source
)
=> t / nil
Description
Sets the voltage range source on the specified net ID.
Arguments
Value Returned
|
The voltage range source was set successfully on the specified net ID. |
|
|
The voltage range source was not set on the specified net ID. |
Example
dbSetNetVoltageRangeSource(netId "simultion") => t
Related Topics
Connectivity Creation and Modification Functions
Return to top