- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
HFSS15: SetSweepsData(sweepName, sweepData)
录入:edatop.com 点击:
Purpose: Each quantity that is computed by the UDO can be associated with a sweep. If it is, the values that make up the sweep’s data points must be specified using this call.
Parameters:
sweepName (string) - sweep name.
sweepData (python list of floats) - sweep data for the specified sweep.
Returns: True on success, False on failure.
Example:
sweepList = [12.3, 14.5, 16.7]
outData.SetSweepsData(“Freq”, sweepList)
HFSS 学习培训课程套装,专家讲解,视频教学,帮助您全面系统地学习掌握HFSS
上一篇:Select the MPI Vendor for HFSS-IE
下一篇:Setting Field Plot Attributes