PowerIntegralQuantity

The power integral quantity properties.

Example

app = pf.GetApplication()
app:NewProject()
app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/startup.fek]])
farFieldPowerData = app.Models[1].Configurations[1].FarFieldPowerIntegrals["FarFields"]

    -- Create a graph and add the far field power data to it

graph = app.CartesianGraphs:Add()
trace = graph.Traces:Add(farFieldPowerData)

    -- Set the trace to dB
    
trace.Quantity.ValuesScaledToDB = true

Usage locations (object properties)

The following objects have properties using the PowerIntegralQuantity object:

Property List

ValuesNormalised
Specifies whether the quantity values must be normalised to the range [0,1] before plotting. This property can be used together with dB scaling. This property is not valid when the ComplexComponent is Phase. (Read/Write boolean)
ValuesScaledToDB
Specifies whether the quantity values are scaled to dB before plotting. This property is only valid when the ComplexComponent is Magnitude. (Read/Write boolean)

Property Details

ValuesNormalised
Specifies whether the quantity values must be normalised to the range [0,1] before plotting. This property can be used together with dB scaling. This property is not valid when the ComplexComponent is Phase.
Type
boolean
Access
Read/Write
ValuesScaledToDB
Specifies whether the quantity values are scaled to dB before plotting. This property is only valid when the ComplexComponent is Magnitude.
Type
boolean
Access
Read/Write