• 易迪拓培训,专注于微波、射频、天线设计工程师的培养
首页 > HFSS > HFSS help > GetQuantityNames(string categoryName)

HFSS15: GetQuantityNames(string categoryName)

录入:edatop.com     点击:

• 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]

HFSS视频培训课程推荐详情>>
HFSS教程推荐

  网站地图