create_open_region#

Hfss.create_open_region(frequency: int | float | str | None = '1GHz', boundary: str | None = 'Radiation', apply_infinite_ground: bool | None = False, gp_axis: str | None = '-z') bool#

Create an open region on the active editor.

Parameters:
frequencyint, float, str optional

Frequency with units. The default is "1GHz".

boundarystr, optional

Type of the boundary. The default is "Radiation".

apply_infinite_groundbool, optional

Whether to apply an infinite ground plane. The default is False.

gp_axisstr, optional

Open region direction. The default is "-z".

Returns:
bool

True when successful, False when failed.

References

>>> oModule.CreateOpenRegion