ModalExcitationStoredData
Stored excitation results.
Example
app = pf.GetApplication() app:NewProject() app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/AB_source.fek]]) modalSource = pf.GetApplication().Models[1].Configurations[1].Excitations["ABSource1"] -- Store a copy of the Modal port excitation data. storedData = modalSource:StoreData()
Inheritance
The ModalExcitationStoredData object is derived from the ResultData object.
Property List
Method List
- Delete ()
- Delete the stored data.
- GetDataSet ()
- Returns a data set containing the source values. (Returns a DataSet object.)
- GetDataSet (samplePoints number)
- Returns a data set containing the source values. (Returns a DataSet object.)
- GetDataSet (startFrequency number, endFrequency number, samplePoints number)
- Returns a data set containing the source values. (Returns a DataSet object.)
Property Details
Method Details
- Delete ()
- Delete the stored data.
- GetDataSet ()
- Returns a data set containing the source values.
- Return
- DataSet
- The data set containing the source values.
- GetDataSet (samplePoints number)
- Returns a data set containing the source values.
- GetDataSet (startFrequency number, endFrequency number, samplePoints number)
- Returns a data set containing the source values.
- Input Parameters
- Return
- DataSet
- The data set containing the source values.