create_open_region#

Hfss.create_open_region(Frequency='1GHz', Boundary='Radiation', ApplyInfiniteGP=False, GPAXis='-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".

ApplyInfiniteGPbool, optional

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

GPAXisstr, optional

The default is "-z".

Returns:
bool

True when successful, False when failed.

References

>>> oModule.CreateOpenRegion