ErrorEstimateData

Error estimates generated by the Feko Solver.

Example

app = pf.GetApplication()
app:NewProject()
app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Horn_error_estimates.fek]])

    -- Retrieve the 'ErrorEstimateData' called 'ErrorEstimation1'

errorEstimateData = app.Models[1].Configurations[1].ErrorEstimates["ErrorEstimation1"]

    -- Add the error estimation to the 3D view
    
errorEstimationPlot1 = app.Views[1].Plots:Add(errorEstimateData)

Inheritance

The ErrorEstimateData object is derived from the ResultData object.

Property List

Configuration
The result data's solution configuration in the model. (Read only SolutionConfiguration)
Label
The object label. (Read/Write string)
Type
The object type string. (Read only string)

Property Details

Configuration
The result data's solution configuration in the model.
Type
SolutionConfiguration
Access
Read only
Label
The object label.
Type
string
Access
Read/Write
Type
The object type string.
Type
string
Access
Read only