FDTD_Solver.add_image_layer
rfnetwork.solver.FDTD_Solver.add_image_layer
- FDTD_Solver.add_image_layer(filepath, origin=None, width_axis='x', length_axis='z', sigma=1e+16, dpi=1000, style={})
Add a single layer gerber file.
Parameters
- filepathPath
path to gerber file (.gbr, .GTL, .G1, etc…)
- origintuple, default: (0, 0, 0)
origin in the global grid to place the bottom left corner of the gerber image, inches.
- width_axisstr, default: “x”
axis along the width of the gerber layer.
- length_axisstr, default: “y”
axis along the length of the gerber layer.
- sigmafloat, default: 1e16
conductivity to assign to all copper regions of the layer.