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

HFSS15: GetQuantityInfo(string quantityName)

录入:edatop.com     点击:

• Purpose: For each quantity that the UDO creates, it must also describe the quantity (unit and other details). This method is called for each quantity name (across all categories) as returned from an earlier call of the GetQuantityNames method.

• Parameters:

• quantityName (input string) – quantity name.

• Returns: Object of type QuantityInfo.

Example:

# Returns an instance of QuantityInfo for the qtyName supplied or None if such a

# quantity could not be found

def GetQuantityInfo(self, qtyName):

# All the quantities we have are simple doubles

# we can leave them unitless

return QuantityInfo(Constants.kDoubleParamStr)

HFSS 学习培训课程套装,专家讲解,视频教学,帮助您全面系统地学习掌握HFSS

上一篇:GetDescription [IronPython]
下一篇:GetTempDirectory

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

  网站地图