- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
HFSS15: GetDoubleProbeData(probeName)
录入:edatop.com 点击:
Purpose: This is the primary mechanism by which the UDO script obtains the probe data (as double precision values) for its compute process.
Parameters:
probeName: string representing the probe name for which data is requested. This has to be one of the many probes supplied during a call to the UDO’s GetInputUDSParams method.
Returns: .NET double Array of data for the specified probe if the probe exists or null if the probe is unknown.
Example:
# doubleData is a list of floats
doubleData = inData.GetDoubleProbeData(“probe1”)
HFSS 学习培训课程套装,专家讲解,视频教学,帮助您全面系统地学习掌握HFSS
上一篇:GetTempDirectory
下一篇:GetQuantityNames(string categoryName)


