SurfaceCurrentsAndChargesStoredData
Stored surface currents and charges results.
Example
app = pf.GetApplication() app:NewProject() app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/startup.fek]]) -- Retrieve the 'SurfaceCurrentsData' called 'Currents1' surfaceCurrentsData = app.Models[1].Configurations[1].SurfaceCurrents["Currents1"] -- Create a stored surface currents and charges data entity storedData = surfaceCurrentsData:StoreData() -- Plot surface currents data surfaceCurrentsPlot = app.Views[1].Plots:Add(storedData)
Inheritance
The SurfaceCurrentsAndChargesStoredData object is derived from the ResultData object.
Property List
Method List
- Delete ()
- Delete the stored data.
- GetDataSet ()
- Returns a data set containing the near field values. (Returns a DataSet object.)
- GetDataSet (samplePoints number)
- Returns a data set containing the near field values. (Returns a DataSet object.)
- GetDataSet (startFrequency number, endFrequency number, samplePoints number)
- Returns a data set containing the near field values. (Returns a DataSet object.)
Property Details
Method Details
- Delete ()
- Delete the stored data.
- GetDataSet ()
- Returns a data set containing the near field values.
- Return
- DataSet
- The data set containing the near field values.
- GetDataSet (samplePoints number)
- Returns a data set containing the near field values.
- GetDataSet (startFrequency number, endFrequency number, samplePoints number)
- Returns a data set containing the near field values.
- Input Parameters
- Return
- DataSet
- The data set containing the near field values.