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
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.