Skip to content

flex_rf.tidy3d.RectangularTaper

Type: class Base(s): AbstractTaper

Class for rectangular taper.

window_x [RectangularWindowType | None] = None

Window type used to taper array antenna along x axis.

window_y [RectangularWindowType | None] = None

Window type used to taper array antenna along y axis.

window_z [RectangularWindowType | None] = None

Window type used to taper array antenna along z axis.

amp_multipliers(array_size: tuple[PositiveInt, PositiveInt, PositiveInt])

Method amp_multipliers() computes rectangular taper amplitude for phased array antennas.

check_at_least_one_window()
from_isotropic_window(window: RectangularWindowType)

Set the same window along x, y, and z dimensions.