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, optionalFrequency with units. The default is "1GHz". Boundarystr, optionalType of the boundary. The default is "Radiation". ApplyInfiniteGPbool, optionalWhether to apply an infinite ground plane. The default is False. GPAXisstr, optionalThe default is "-z". Returns: boolTrue when successful, False when failed. References >>> oModule.CreateOpenRegion Copy to clipboard