create_boundary#

Hfss.create_boundary(boundary_type=0, sheet_name=None, boundary_name='', is_infinite_gnd=False)[source]#

Create a boundary given specific inputs.

Parameters:
boundary_typestr, optional

Boundary type object. Options are "Perfect E", "Perfect H", "Aperture", and "Radiation". The default is PerfectE.

sheet_namein, str, or list, optional

Name of the sheet. It can be an integer (face ID), a string (sheet), or a list of integers and strings. The default is None.

boundary_namestr, optional

Name of the boundary. The default is "".

is_infinite_gndbool, optional

Whether the boundary is an infinite ground. The default is False.

Returns:
pyaedt.modules.Boundary.BoundaryObject

Boundary object.