CfgDiffWavePort#
- class pyedb.configuration.cfg_ports_sources.CfgDiffWavePort(pedb=None, *args, **kwargs)#
Represent one bundled differential wave-port entry.
Overview#
Write this differential port into the open EDB design. |
|
Serialize this differential port to a plain dictionary. |
Import detail#
from pyedb.configuration.cfg_ports_sources import CfgDiffWavePort
Attribute detail#
- CfgDiffWavePort.name#
- CfgDiffWavePort.type#
- CfgDiffWavePort.horizontal_extent_factor#
- CfgDiffWavePort.vertical_extent_factor#
- CfgDiffWavePort.pec_launch_width#
- CfgDiffWavePort.positive_port#
- CfgDiffWavePort.negative_port#
Method detail#
- CfgDiffWavePort.set_parameters_to_edb()#
Write this differential port into the open EDB design.
Creates two individual wave ports (positive and negative arms) and wraps them in a bundle terminal.