set_auto_open# Hfss.set_auto_open(enable=True, opening_type='Radiation')[source]# Set the HFSS auto open type. Parameters: enablebool, optionalWhether to enable the HFSS auto open option. The default is True. opening_typestr, optionalBoundary type to use with auto open. Options are "Radiation", "FEBI", and "PML". The default is "Radiation". Returns: boolTrue when successful, False when failed. Examples Enable auto open type for the PML boundary. >>> hfss.set_auto_open(True,"PML")