- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
HFSS15: GetSweepsDataForProbe(probeName, sweepName)
录入:edatop.com 点击:
Purpose: All probe data that is supplied is associated with one ore more sweep (an intrinsic quantity like Time, Frequency, Theta, Phi etc that is swept) quantities.
Parameters:
probeName - probe name for which which want the sweep data
sweepName - sweep name
Returns: .NET double Array of data for the specified probe and sweep.
Example:
# sweepData is C# Array of doubles (floats in python)
sweepData = inData.GetSweepsDataForProbe(“FarFieldsProbe“,”Freq”])


