| Home | Trees | Indices | Help |
|
|---|
|
|
| Functions | |||
| DataSetMatrix |
|
||
| DataSetMatrix |
|
||
| DataSetMatrix |
|
||
| DataSetMatrix |
|
||
|
|||
|
|||
| Dictionary |
|
||
| dictOut |
|
||
| dictC |
|
||
|
|||
|
|||
| Function Details |
Returns the matrix of scattering parameters of a simulation. The function parameters have the same meaning as for empro.toolkit.dataset.getResult. The resulting matrix is not necessarily square, as only columns for active ports will be available. Port numbers are used a row and column subscripts.
|
Returns a column matrix of port voltages of one run, using port numbers as subscripts. The function parameters have the same meaning as for the function empro.toolkit.dataset.getResult. Row and column subscripts are port numbers or tuples of port numbers, similar to getSMatrix
|
Returns a column matrix of port currents of one run, using port numbers as subscripts. The function parameters have the same meaning as for the function empro.toolkit.dataset.getResult. Row and column subscripts are port numbers or tuples of port numbers, similar to getSMatrix
|
Returns a diagonal matrix of the port reference impedances, using port numbers as subscripts. The function parameters have the same meaning as for the function empro.toolkit.dataset.getResult. Row and column subscripts are port numbers or tuples of port numbers, similar to getSMatrix
|
Transform S parameters to Y parameters. - s: can be a Python float, complex, DataSet or DataSetMatrix. - zRef: must be a Python float or complex number for now. DataSet or DataSetMatrix is not supported yet. - name: optional name of result, default is "Y". |
Transform S parameters to Z parameters. - s: can be a Python float, complex, DataSet or DataSetMatrix. - zRef: must be a Python float or complex number for now. DataSet or DataSetMatrix is not supported yet. - name: optional name of result, default is "Z". |
Returns a dictionary with the portnumbers of the enabled ports in the current project as keys and (portname,mode) tuples as values. For internal ports, which do not have modes, the second element in the tuple is '-1'. E.g.: {1: ('S(7)', -1), 2: ('S(4)', -1), 3: ('S(3)', -1), 4: ('S(1)_S(2)', 1), 5: ('S(1)_S(2)', 2), 6: ('S(6)', 1)}
|
Returns a dictionary that is the inverse of the input dictionary. For each key value pair (k_in,v_in) in the input there will be a key value pair (k_out,v_out)=(v_in,k_in) in the output. This function is deprecated !!!
|
Returns a dictionary that is the composite of the mappings expressed by the input dictionaries. If (e1,e2) in dictA and (e2,e3) in dictB then (e1,e3) in dictC. If (e1,e2) in dictA but dictB has no key e2 then a warning is printed (Portname not found) and if ignoreKeyError = False a KeyError will be thrown. This function is deprecated !!!
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jun 26 10:16:15 2019 | http://epydoc.sourceforge.net |