- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
HFSS15: GetInterpolationOrdersData(probeName);
Purpose: Returns the interpolation orders that are associated with the probe-data. The probe data is specified at each value of the various sweeps. Any value in between the sweep data points, can use the interpolation data to get a possibly more accurate (compared to linear interpolation) inter-sweep value.
Parameters:
probeName (input python string) – probe name.
Returns: NET byte Array of interpolation order for the specified probe. These are to be treated as 8bit signed integers, that is, their values range from 0-127.
Example:
# interData is C# Array of bytes (integers in python)
interData = inData.GetInterpolationOrdersData(kProbeNames[0])
for interValue in theDict:
order = interValue # interValue and order are integers
HFSS 学习培训课程套装,专家讲解,视频教学,帮助您全面系统地学习掌握HFSS
上一篇:GetSchedulerDisplayName [IronPython]
下一篇:Getting a Value from a Specific Configuration File