Index: work/fem/examples/koen/pcbrnd_direct/hairpinfilter/hairpinfilter.lht =================================================================== --- work/fem/examples/koen/pcbrnd_direct/hairpinfilter/hairpinfilter.lht (revision 24668) +++ work/fem/examples/koen/pcbrnd_direct/hairpinfilter/hairpinfilter.lht (revision 24669) @@ -2,6 +2,10 @@ ha:attributes { {PCB::grid::unit}=mm + {openems::excitation::gaussian::f0}=-2147483648 + {openems::excitation::user-defined::script}= + {openems::excitation::type}=gaussian + {openems::excitation::gaussian::fc}=-2147483648 } li:styles { @@ -2258,10 +2262,6 @@ } } - ha:netlists { - li:input { - } - } ha:layer_stack { li:groups { ha:0 { Index: work/fem/examples/koen/pcbrnd_direct/hairpinfilter/hairpinfilter.m =================================================================== --- work/fem/examples/koen/pcbrnd_direct/hairpinfilter/hairpinfilter.m (revision 24668) +++ work/fem/examples/koen/pcbrnd_direct/hairpinfilter/hairpinfilter.m (revision 24669) @@ -132,10 +132,10 @@ CSX = AddPcbrndPoly(CSX, PCBRND, 1, poly7_xy, 1); %%% Port(s) on terminals -a1_point(1, 1) = 9.9000; a1_point(2, 1) = -37.0000; -[a1_start, a1_stop] = CalcPcbrnd2PortV(PCBRND, a1_point, 1, 3); -[CSX, port{1}] = AddLumpedPort(CSX, 999, 1, 50.000000, a1_start, a1_stop, [0 0 -1], true); +point1(1, 1) = 9.9000; point1(2, 1) = -37.0000; +[start1, stop1] = CalcPcbrnd2PortV(PCBRND, point1, 1, 3); +[CSX, port{1}] = AddLumpedPort(CSX, 999, 1, 50.000000, start1, stop1, [0 0 -1], true); -a2_point(1, 1) = 38.3500; a2_point(2, 1) = -37.0000; -[a2_start, a2_stop] = CalcPcbrnd2PortV(PCBRND, a2_point, 1, 3); -[CSX, port{2}] = AddLumpedPort(CSX, 999, 2, 50.000000, a2_start, a2_stop, [0 0 -1]); +point2(1, 1) = 38.3500; point2(2, 1) = -37.0000; +[start2, stop2] = CalcPcbrnd2PortV(PCBRND, point2, 1, 3); +[CSX, port{2}] = AddLumpedPort(CSX, 999, 2, 50.000000, start2, stop2, [0 0 -1]); Index: work/fem/examples/koen/pcbrnd_direct/hairpinfilter/hairpinfilter.sim.m =================================================================== --- work/fem/examples/koen/pcbrnd_direct/hairpinfilter/hairpinfilter.sim.m (revision 24668) +++ work/fem/examples/koen/pcbrnd_direct/hairpinfilter/hairpinfilter.sim.m (revision 24669) @@ -2,7 +2,7 @@ unit = 1.0e-3; FDTD = InitFDTD(); % Excitation begin -FDTD = SetGaussExcite(FDTD, 1000000000, 1100000000); +FDTD = SetGaussExcite(FDTD, 2147483648, 2147483648); % Excitation end BC = {'PML_8' 'PML_8' 'PML_8' 'PML_8' 'PML_8' 'PML_8'}; FDTD = SetBoundaryCond(FDTD, BC); Index: work/fem/examples/koen/pcbrnd_direct/hairpinfilter/hairpinfilter_simulation.png =================================================================== Cannot display: file marked as a binary type. svn:mime-type = image/png