GetSweepsDataForProbe
All probe data that is supplied is associated with one or more sweep (an
intrinsic quantity like Time, Frequency, Theta, Phi, etc. that is swept) quantities.
UI Access
|
NA
|
Parameters
|
|
|
|
<probeName> |
String |
Name of the probe for which data is requested. This is one of the many probes supplied
during a call to the UDO's GetInputUDSParams method.
Each probeName must be unique within an UDO. |
<sweepName> |
String |
Name of the sweep. |
|
Return Value
|
Double array of data for the specified probe and sweep.
|
Python Syntax
|
GetSweepsDataForProbe(<probeName>, <sweepName>)
|
Python Example
|
# sweepData is C# Array of doubles (floats in python)
sweepData = inData.GetSweepsDataForProbe("FarFieldsProbe","Freq"])
|