dbGetCellViewNetVoltageRange
dbGetCellViewNetVoltageRange(d_cvId) =>l_voltages/ nil
Description
Returns the default minimum and maximum net voltages on the specified cellview ID.
Arguments
|
The cellview ID whose minimum and maximum default net voltages must be returned. |
Value Returned
|
The list of two floating numbers representing the minimum and maximum default net voltages on the cellview ID. |
|
Example
dbGetCellViewNetVoltageRange(cvId) => (1.9 2.2)
Related Topics
Connectivity Creation and Modification Functions
Return to top