Skip to content

Commit 9a7191b

Browse files
committed
adding tolerance to zl
1 parent e3e3c45 commit 9a7191b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

smith_chart/js/smith_tool.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,7 @@ function draw_schematic(i) {
13061306
sch_svg = 2000;
13071307
break;
13081308
case ("tl"):
1309-
rows_to_create = [['blank-impedance'], ['abs', 'unit_0'], ['line_zo']];
1309+
rows_to_create = [['blank-impedance'], ['abs', 'unit_0'], ['line_zo'], ['tol']];
13101310
sch_label = "Transmission Line";
13111311
sch_imag = false;
13121312
sch_real = false;

0 commit comments

Comments
 (0)