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
Method List
- Delete ()
- Delete the stored data.
Property Details
Method Details
- Delete ()
- Delete the stored data.