FarFieldPowerIntegralStoredData

Stored far field power integral results.

Example

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

    -- Store the 'FarFieldPowerIntegralData'

farFieldPowerData = app.Models[1].Configurations[1].FarFieldPowerIntegrals["FarFields"]
farFieldPowerStoredData = farFieldPowerData:StoreData()

    -- Create a graph and add the far field power integral using the stored data

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

Inheritance

The FarFieldPowerIntegralStoredData object is derived from the ResultData object.

Property List

ContinuousFrequencyAxis
Continuous frequency axis exists. (Read only boolean)
DataSetAvailable
Valid result data exist. (Read only boolean)
Label
The object label. (Read/Write string)
Type
The object type string. (Read only string)

Method List

Delete ()
Delete the stored data.
GetDataSet ()
Returns a data set containing the far field power integral values. (Returns a DataSet object.)

Property Details

ContinuousFrequencyAxis
Continuous frequency axis exists.
Type
boolean
Access
Read only
DataSetAvailable
Valid result data exist.
Type
boolean
Access
Read only
Label
The object label.
Type
string
Access
Read/Write
Type
The object type string.
Type
string
Access
Read only

Method Details

Delete ()
Delete the stored data.
GetDataSet ()
Returns a data set containing the far field power integral values.
Return
DataSet
The data set containing the far field power integral values.