dbSetNetVoltageRange
dbSetNetVoltageRange(
d_netId
n_minVoltage
n_maxVoltage
)
=> t / nil
Description
Sets the minimum and maximum voltages on the specified net.
Arguments
|
The net ID whose minimum and maximum voltages needs to be set. |
|
|
The minimum voltage value to be set for the specified net ID. |
|
|
The maximum voltage value to be set for the specified net ID. |
Value Returned
|
The specified minimum and maximum voltages was set on the specified net. |
|
|
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