ControlExtent#
- class pyedb.generic.control_file.ControlExtent(type: str = 'bbox', dieltype: str = 'bbox', diel_hactor: float = 0.25, airbox_hfactor: float = 0.25, airbox_vr_p: float = 0.25, airbox_vr_n: float = 0.25, useradiation: bool = True, honor_primitives: bool = True, truncate_at_gnd: bool = True)#
Extent options for boundaries for the control file..
- Parameters:
- type
str,optional Extent type. Default is
"bbox".- dieltype
str,optional Dielectric extent type. Default is
"bbox".- diel_hactor
float,optional Dielectric horizontal factor. Default is
0.25.- airbox_hfactor
float,optional Airbox horizontal factor. Default is
0.25.- airbox_vr_p
float,optional Airbox vertical factor (positive). Default is
0.25.- airbox_vr_n
float,optional Airbox vertical factor (negative). Default is
0.25.- useradiationbool,
optional Use radiation boundary. Default is
True.- honor_primitivesbool,
optional Honor primitives. Default is
True.- truncate_at_gndbool,
optional Truncate at ground. Default is
True.
- type
Overview#
Import detail#
from pyedb.generic.control_file import ControlExtent