IUDSInputData
The purpose of this class is to get data (probe and sweep) from Desktop. The IUDSInputData abstract class declares the following abstract methods:
- GetDoubleProbeData
- GetSweepsDataForProbe
- GetComplexProbeData
- GetSweepNamesForProbe
- GetRequiredQuantities
- GetVariableValues
- GetInterpolationOrdersData
Examples in this section are just to show proper syntax of the function calls. For actual usage of the class, see the Compute function's example.