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:
- frequency
str
,optional
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
True
when successful,False
when failed.
References
>>> oModule.CreateOpenRegion