Home
last modified time | relevance | path

Searched refs:theLeakVoltage (Results 1 – 2 of 2) sorted by relevance

/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCCvcDb_print.cc854 …Suffix(string theDelimiter, string theVoltage, resistance_t theResistance, string theLeakVoltage) { in NetVoltageSuffix() argument
855 if ( theVoltage == "???" && IsEmpty(theLeakVoltage) ) return (""); in NetVoltageSuffix()
856 if ( ! IsEmpty(theLeakVoltage) ) theLeakVoltage = "(" + theLeakVoltage + ")"; in NetVoltageSuffix()
857 …return ( theDelimiter + theVoltage + theLeakVoltage + " r=" + to_string<resistance_t>(theResistanc… in NetVoltageSuffix()
H A DCCvcDb.hh425 …ix(string theDelimiter, string theVoltage, resistance_t theResistance, string theLeakVoltage = "");