create_open_region#

Hfss.create_open_region(frequency='1GHz', boundary='Radiation', apply_infinite_ground=False, gp_axis='-z')[source]#

Create an open region on the active editor.

Parameters:
frequencystr, 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