SpiceProbeStoredData

Stored far field power integral results.

Example

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

    -- Obtain the first item in the collection of SPICE probes in the model
    
spiceProbe = app.Models[1].Configurations[1].SpiceProbes:Item(1)

    -- Store a copy of the SPICE probes data.

storedData = spiceProbe:StoreData()

Inheritance

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