ImpedanceScan#

class pyedb.misc.siw_feature_config.xtalk_scan.impedance_scan_config.ImpedanceScan(pedb)#

Overview#

extend_xml

Write object wml section

add_single_ended_net

Add single ended net.

Import detail#

from pyedb.misc.siw_feature_config.xtalk_scan.impedance_scan_config import ImpedanceScan

Attribute detail#

ImpedanceScan.min_transmission_line_segment_length = '0.25mm'#
ImpedanceScan.frequency = '2e9Hz'#
ImpedanceScan.nets#

Method detail#

ImpedanceScan.extend_xml(parent)#

Write object wml section

ImpedanceScan.add_single_ended_net(name, nominal_impedance=50.0, warning_threshold=17.0, violation_threshold=32.0)#

Add single ended net.

Parameters:
namestr

Net name.

nominal_impedanceflot or str

nominal impedance in ohm. Default value is 50,0..

warning_thresholdfloat, str

Warning threshold value. Default value is ``17.0

violation_thresholdfloat, str

Violation threshold value, Default value is 5.0

Returns:
bool