SParameterStoredData
Stored S-parameter results.
Example
app = pf.GetApplication() app:NewProject() app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Waveguide_Divider.fek]]) -- Retrieve the 'SParameterData' called 'SParameter1' from the S-parameter configuration sParameterData = app.Models[1].Configurations["SParameterConfiguration1"].SParameters["SParameter1"] -- Store a copy of the S-parameter data. storedData = sParameterData:GetDataSet():StoreData(pf.Enums.StoredDataTypeEnum.SParameter)
Inheritance
The SParameterStoredData object is derived from the ResultData object.
Property List
Method List
- Delete ()
- Delete the stored data.
- ExportData (filename string, frequencyunit FrequencyUnitEnum, networkparametertype NetworkParameterTypeEnum, networkparameterformat NetworkParameterFormatEnum, referenceimpedance number, samples number)
- Export the result S-parameter data to the specified Touchstone file.
- ExportData (filename string, frequencyunit FrequencyUnitEnum, networkparametertype NetworkParameterTypeEnum, networkparameterformat NetworkParameterFormatEnum, samples number)
- Export the result S-parameter data to the specified Touchstone file.
- GetDataSet ()
- Returns a data set containing the S-parameter values. (Returns a DataSet object.)
- GetDataSet (samplePoints number)
- Returns a data set containing the S-parameter values. (Returns a DataSet object.)
- GetDataSet (startFrequency number, endFrequency number, samplePoints number)
- Returns a data set containing the S-parameter values. (Returns a DataSet object.)
Property Details
Method Details
- Delete ()
- Delete the stored data.
- ExportData (filename string, frequencyunit FrequencyUnitEnum, networkparametertype NetworkParameterTypeEnum, networkparameterformat NetworkParameterFormatEnum, referenceimpedance number, samples number)
- Export the result S-parameter data to the specified Touchstone file.
- Input Parameters
- filename(string)
- The name of the exported data file without its extension.
- frequencyunit(FrequencyUnitEnum)
- The frequency unit specified by the FrequencyUnitEnum, e.g. Hz, kHz, GHz, etc.
- networkparametertype(NetworkParameterTypeEnum)
- The network parameter type specified by the NetworkParameterTypeEnum, e.g. Scattering, Admittance or Impedance.
- networkparameterformat(NetworkParameterFormatEnum)
- The network parameter format specified by the NetworkParameterFormatEnum, e.g. DB, MA or RI.
- referenceimpedance(number)
- Specify the reference impedance.
- samples(number)
- The number of samples for continuous data. This value will be ignored if the data is discrete.
- ExportData (filename string, frequencyunit FrequencyUnitEnum, networkparametertype NetworkParameterTypeEnum, networkparameterformat NetworkParameterFormatEnum, samples number)
- Export the result S-parameter data to the specified Touchstone file.
- Input Parameters
- filename(string)
- The name of the exported data file without its extension.
- frequencyunit(FrequencyUnitEnum)
- The frequency unit specified by the FrequencyUnitEnum, e.g. Hz, kHz, GHz, etc.
- networkparametertype(NetworkParameterTypeEnum)
- The network parameter type specified by the NetworkParameterTypeEnum, e.g. Scattering, Admittance or Impedance.
- networkparameterformat(NetworkParameterFormatEnum)
- The network parameter format specified by the NetworkParameterFormatEnum, e.g. DB, MA or RI.
- samples(number)
- The number of samples for continuous data. This value will be ignored if the data is discrete.
- GetDataSet ()
- Returns a data set containing the S-parameter values.
- Return
- DataSet
- The data set containing the S-parameter values.
- GetDataSet (samplePoints number)
- Returns a data set containing the S-parameter values.
- GetDataSet (startFrequency number, endFrequency number, samplePoints number)
- Returns a data set containing the S-parameter values.
- Input Parameters
- Return
- DataSet
- The data set containing the S-parameter values.