dbSetCellViewNetVoltageRange
dbSetCellViewNetVoltageRange(
d_cvId
n_minVoltage
n_maxVoltage
)
=> t / nil
Description
Sets the default minimum and maximum net voltages on a cellview ID.
Arguments
Value Returned
|
The default minimum and maximum net voltages were successfully set on the specified cellview ID. |
|
|
The default minimum and maximum net voltages were not set on the specified cellview ID. |
Example
dbSetCellViewNetVoltageRange(cvId 1.5 3.5) => t
Related Topics
Connectivity Creation and Modification Functions
Return to top