ResultData
Result data that can be plotted.
Example
app = pf.GetApplication() app:NewProject() app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/startup.fek]]) -- Get some result data items resultDataTable = {} resultDataTable[1] = app.Models[1].Configurations[1].FarFields[1] resultDataTable[2] = app.Models[1].Configurations[1].Power[1] resultDataTable[3] = app.Models[1].Configurations[1].NearFields[1] -- Print the labels of the data items for index, item in pairs(resultDataTable) do print("ResultData item " .. index .. " has label \"" .. item.Label .. "\"") end
Inheritance
The following objects are derived (specialisations) from the ResultData object:
- CharacteristicModeData
- CharacteristicModeStoredData
- CustomStoredData
- ErrorEstimateData
- ExcitationData
- ExcitationStoredData
- FarFieldData
- FarFieldPowerIntegralData
- FarFieldPowerIntegralStoredData
- FarFieldStoredData
- LoadData
- LoadStoredData
- MathScript
- ModalExcitationStoredData
- NearFieldData
- NearFieldPowerIntegralData
- NearFieldPowerIntegralStoredData
- NearFieldStoredData
- NetworkData
- NetworkStoredData
- PowerData
- PowerStoredData
- RayData
- ReceivingAntennaData
- SARData
- SARStoredData
- SParameterData
- SParameterStoredData
- SpiceProbeData
- SpiceProbeStoredData
- SurfaceCurrentsAndChargesStoredData
- SurfaceCurrentsData
- TRCoefficientData
- TRCoefficientStoredData
- TransmissionLineData
- WaveguideExcitationStoredData
- WireCurrentsAndChargesStoredData
- WireCurrentsData
Usage locations
The ResultData object can be accessed from the following locations:
- Properties
- CustomData3DPlot object has property DataSource.
- SAR3DPlot object has property DataSource.
- ErrorEstimate3DPlot object has property DataSource.
- WireCurrents3DPlot object has property DataSource.
- SurfaceCurrents3DPlot object has property DataSource.
- FarField3DPlot object has property DataSource.
- NearField3DPlot object has property DataSource.
- Ray3DPlot object has property DataSource.
- Result3DPlot object has property DataSource.
- SParameterSurfacePlot object has property DataSource.
- CustomDataSurfacePlot object has property DataSource.
- NearFieldSurfacePlot object has property DataSource.
- FarFieldSurfacePlot object has property DataSource.
- ResultSurfacePlot object has property DataSource.
- CharacteristicModeTrace object has property DataSource.
- CustomDataSmithTrace object has property DataSource.
- CustomDataTrace object has property DataSource.
- MathTrace object has property DataSource.
- SpiceProbeTrace object has property DataSource.
- FarFieldPowerIntegralTrace object has property DataSource.
- NearFieldPowerIntegralTrace object has property DataSource.
- TRCoefficientTrace object has property DataSource.
- LoadSmithTrace object has property DataSource.
- ExcitationSmithTrace object has property DataSource.
- SARTrace object has property DataSource.
- WireCurrentsTrace object has property DataSource.
- SParameterTrace object has property DataSource.
- PowerTrace object has property DataSource.
- LoadTrace object has property DataSource.
- ExcitationTrace object has property DataSource.
- FarFieldTrace object has property DataSource.
- NearFieldTrace object has property DataSource.
- ReceivingAntennaTrace object has property DataSource.
- NetworkTrace object has property DataSource.
- ResultTrace object has property DataSource.
- FormDataSelector object has property Value.
- Methods
- LoadComplex object has method StoreData().
- LoadVoxel object has method StoreData().
- LoadSeries object has method StoreData().
- LoadParallel object has method StoreData().
- LoadNetwork object has method StoreData().
- LoadFEM object has method StoreData().
- LoadEdge object has method StoreData().
- LoadDistributed object has method StoreData().
- LoadCable object has method StoreData().
- LoadCoaxial object has method StoreData().
- LoadVertex object has method StoreData().
- SourceWaveguide object has method StoreData().
- SourceCurrentTriangle object has method StoreData().
- SourceSphericalModes object has method StoreData().
- SourceRadiationPattern object has method StoreData().
- SourceAperture object has method StoreData().
- SourceVoltageNetwork object has method StoreData().
- SourceVoltageCable object has method StoreData().
- SourceSolutionCoefficient object has method StoreData().
- SourcePCB object has method StoreData().
- SourceCurrentSpace object has method StoreData().
- SourceCurrentRegion object has method StoreData().
- SourceVoltageEdge object has method StoreData().
- SourceModal object has method StoreData().
- SourceMagneticDipole object has method StoreData().
- SourceElectricDipole object has method StoreData().
- SourceCoaxial object has method StoreData().
- SourceMagneticFrill object has method StoreData().
- SourceVoltageVertex object has method StoreData().
- SourceVoltageSegment object has method StoreData().
- SourcePlaneWave object has method StoreData().
- CharacteristicModeData object has method StoreData().
- WireCurrentsMathScript object has method StoreData().
- SurfaceCurrentsMathScript object has method StoreData().
- TRCoefficientMathScript object has method StoreData().
- PowerMathScript object has method StoreData().
- SParameterMathScript object has method StoreData().
- NetworkMathScript object has method StoreData().
- LoadMathScript object has method StoreData().
- ExcitationMathScript object has method StoreData().
- FarFieldMathScript object has method StoreData().
- NearFieldMathScript object has method StoreData().
- SpiceProbeData object has method StoreData().
- FarFieldPowerIntegralData object has method StoreData().
- NearFieldPowerIntegralData object has method StoreData().
- TRCoefficientData object has method StoreData().
- TransmissionLineData object has method StoreData().
- NetworkData object has method StoreData().
- SARData object has method StoreData().
- WireCurrentsData object has method StoreData().
- SurfaceCurrentsData object has method StoreData().
- SParameterData object has method StoreData().
- PowerData object has method StoreData().
- LoadData object has method StoreData().
- ExcitationData object has method StoreData().
- FarFieldData object has method StoreData().
- NearFieldData object has method StoreData().
- ImportedDataCollection collection has method Items().
- ImportedDataCollection collection has method Item(number).
- ImportedDataCollection collection has method Item(string).
- StoredDataCollection collection has method Items().
- StoredDataCollection collection has method Item(number).
- StoredDataCollection collection has method Item(string).
- DataSet object has method StoreData(StoredDataTypeEnum).
Property List
Property Details
- Label
- The object label.
- Type
- string
- Access
- Read/Write