ErrorEstimatesQuantity

The error estimate quantity properties.

Example

app = pf.GetApplication()
app:NewProject()
app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Horn_error_estimates.fek]])
errorEstimateData = app.Models[1].Configurations[1].ErrorEstimates["ErrorEstimation1"]

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

    -- SetProperties the quantity

errorEstimationPlot1.Quantity.ValuesScaledToLog = true

Usage locations (object properties)

The following objects have properties using the ErrorEstimatesQuantity object:

Property List

Type
The type of quantity to be plotted, e.g. All mesh elements, Triangles and Segments. (Read/Write ErrorEstimateQuantityTypeEnum)
ValuesScaledToLog
Specifies whether the quantity values must be logarithmic scaled before plotting. (Read/Write boolean)

Property Details

Type
The type of quantity to be plotted, e.g. All mesh elements, Triangles and Segments.
Type
ErrorEstimateQuantityTypeEnum
Access
Read/Write
ValuesScaledToLog
Specifies whether the quantity values must be logarithmic scaled before plotting.
Type
boolean
Access
Read/Write