NearFieldPowerIntegralStoredData

Stored near field results.

Example

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

    -- Obtain a 'NearFieldPowerIntegralStoredData' object

nearFieldPowerIntegrals = app.Models[1].Configurations[1].NearFieldPowerIntegrals
nearFieldPowerIntegralData = nearFieldPowerIntegrals["NearField1"]   
nearFieldPowerIntegralStoredData = nearFieldPowerIntegralData:StoreData()

    -- Get the label of the'NearFieldPowerIntegralStoredData' object
    
label = nearFieldPowerIntegralStoredData.Label

Inheritance

The NearFieldPowerIntegralStoredData object is derived from the ResultData object.

Property List

Label
The object label. (Read/Write string)
Type
The object type string. (Read only string)

Method List

Delete ()
Delete the stored data.

Property Details

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.