WireCurrentsAndChargesStoredData
Stored wire currents and charges results.
Example
app = pf.GetApplication() app:NewProject() app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Dipole_Example.fek]]) -- Retrieve the 'WireCurrentsData' called 'Currents1' wireCurrentsData = app.Models[1].Configurations[1].WireCurrents["Currents1"] -- Create a stored wire currents and charges data entity storedData = wireCurrentsData:StoreData() -- Plot surface currents data wireCurrentsPlot = app.Views[1].Plots:Add(storedData)
Inheritance
The WireCurrentsAndChargesStoredData 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.