antcal.model.decoupled_dra_h

Decoupled DRAs: E-Plane.

Reference: C. Tong, N. Yang, K. W. Leung, P. Gu, and R. Chen, “Port and Radiation Pattern Decoupling of Dielectric Resonator Antennas,” IEEE Transactions on Antennas and Propagation, vol. 70, no. 9, pp. 7713-7726, Sept. 2022, doi: 10.1109/tap.2022.3177547.

Module Contents

Functions

convert_to_variables

create_decoupled_dra_h

solve_sync

get_s_params

get_patterns

run

run2

run3

get_power_flow

Data

PLANES_LITERAL

PARAMS_LIST

SUGGESTED_PARAMS

CONSTANTS

MATERIALS

API

antcal.model.decoupled_dra_h.PLANES_LITERAL

None

antcal.model.decoupled_dra_h.PARAMS_LIST

[‘a’, ‘b’, ‘h’, ‘l1’, ‘w1’, ‘l2’, ‘w2’, ‘l3’, ‘w3’, ‘ts’, ‘ls’, ‘ws’, ‘lg’, ‘wg’, ‘l4’, ‘w4’]

antcal.model.decoupled_dra_h.SUGGESTED_PARAMS

‘array(…)’

antcal.model.decoupled_dra_h.CONSTANTS

None

antcal.model.decoupled_dra_h.MATERIALS

[‘pec’, ‘copper’]

antcal.model.decoupled_dra_h.convert_to_variables(v: numpy.typing.NDArray[numpy.float32]) dict[str, str]
antcal.model.decoupled_dra_h.create_decoupled_dra_h(hfss: pyaedt.hfss.Hfss, variables: dict[str, str]) None
antcal.model.decoupled_dra_h.solve_sync(hfss: pyaedt.hfss.Hfss) None
antcal.model.decoupled_dra_h.get_s_params(hfss: pyaedt.hfss.Hfss) pyaedt.modules.solutions.SolutionData
antcal.model.decoupled_dra_h.get_patterns(hfss: pyaedt.hfss.Hfss, plane: antcal.model.decoupled_dra_h.PLANES_LITERAL) pyaedt.modules.solutions.SolutionData
antcal.model.decoupled_dra_h.run()
antcal.model.decoupled_dra_h.run2()
antcal.model.decoupled_dra_h.run3()
antcal.model.decoupled_dra_h.get_power_flow(hfss: pyaedt.hfss.Hfss)