create_open_region#
- Hfss.create_open_region(frequency='1GHz', boundary='Radiation', apply_infinite_ground=False, gp_axis='-z')#
Create an open region on the active editor.
- Parameters:
- frequency
int,float,stroptional Frequency with units. The default is
"1GHz".- boundary
str,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_axis
str,optional Open region direction. The default is
"-z".
- frequency
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oModule.CreateOpenRegion