- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
HFSS15: GetQuantityNames(string categoryName)
Purpose: For each of the category names returned from the GetCategoryNames method, this function is called to return a list of quantities to be organized under that category name. Note that the quantity names must be unique across the categories: that is, no two categories can have quantities with the same name.
Parameters:
categoryName (input python string) - category name.
Returns: python list of strings.
Example:
# returns a list of quantity names for the supplied category name
def GetQuantityNames(self, catName):
if catName == "UDOOutputs":
return ["min_val", "max_val", "avg_val"]
else:
return []
HFSS 学习培训课程套装,专家讲解,视频教学,帮助您全面系统地学习掌握HFSS
上一篇:GetDoubleProbeData(probeName)
下一篇:GetTempDirectory [IronPython]


