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
The ErrorEstimatesQuantity object can be accessed from the following locations:
- Properties
- ErrorEstimate3DPlot object has property Quantity.
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