ControlExtent#
- class pyedb.grpc.database.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)#
Represents extent options for boundaries.
- 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.grpc.database.control_file import ControlExtent
Attribute detail#
- ControlExtent.type = 'bbox'#
- ControlExtent.dieltype = 'bbox'#
- ControlExtent.diel_hactor = 0.25#
- ControlExtent.airbox_hfactor = 0.25#
- ControlExtent.airbox_vr_p = 0.25#
- ControlExtent.airbox_vr_n = 0.25#
- ControlExtent.useradiation = True#
- ControlExtent.honor_primitives = True#
- ControlExtent.truncate_at_gnd = True#