stos(originalCtiFile,
newCtiFile,
vecPortZref,
verbose=True,
useZprm=False,
showProgress=False)
| source code
|
Changes the reference impedance (PORTZ) from originalCtiFile
to vecPortZref, and writes the resulting S-parameters and PORTZ
to newCtiFile.
@param vecPortZref is a list of (port name, Zref) pairs
Example: vecPortZref = [("port1", 50), ("port2", 10)]
@param useZprm if True: stos = (stoz, renorm, ztos)
else stos = (stoy, renorm, ytos)
If the port names in vecPortZref don't match getPortNames(originalCtiFile)
an exception is thrown
|