TRCoefficientStoredData
Stored transmission reflection coefficient results.
Example
app = pf.GetApplication() app:NewProject() app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Wire_Cross_tht45_eta0.fek]]) -- Retrieve the 'TRCoefficientData' called 'TRCoefficient1' TRCoefficientData = app.Models[1].Configurations[1].TRCoefficients["TRCoefficients1"] -- Store a copy of the network data. storedData = TRCoefficientData:GetDataSet():StoreData(pf.Enums.StoredDataTypeEnum.TRCoefficient)
Inheritance
The TRCoefficientStoredData object is derived from the ResultData object.
Property List
Method List
- Delete ()
- Delete the stored data.
- ExportData (filename string)
- Export the transmission reflection coefficient data to the specified *.tr file.
- ExportData (filename string, samples number)
- Export the transmission reflection coefficient data to the specified *.tr file.
- GetDataSet ()
- Returns a data set containing the transmission reflection coefficient values. (Returns a DataSet object.)
- GetDataSet (samplePoints number)
- Returns a data set containing the transmission reflection coefficient values. (Returns a DataSet object.)
- GetDataSet (startFrequency number, endFrequency number, samplePoints number)
- Returns a data set containing the transmission reflection coefficient values. (Returns a DataSet object.)
Property Details
Method Details
- Delete ()
- Delete the stored data.
- ExportData (filename string)
- Export the transmission reflection coefficient data to the specified *.tr file.
- Input Parameters
- filename(string)
- The name of the exported data file without its extension.
- ExportData (filename string, samples number)
- Export the transmission reflection coefficient data to the specified *.tr file.
- GetDataSet ()
- Returns a data set containing the transmission reflection coefficient values.
- Return
- DataSet
- The data set containing the transmission reflection coefficient values.
- GetDataSet (samplePoints number)
- Returns a data set containing the transmission reflection coefficient values.
- GetDataSet (startFrequency number, endFrequency number, samplePoints number)
- Returns a data set containing the transmission reflection coefficient values.
- Input Parameters
- Return
- DataSet
- The data set containing the transmission reflection coefficient values.