The FarField namespace
Far field data set functions.
Function List
- GetDataSet (name string)
- Returns the data set for the given far field. (Returns a DataSet object.)
- GetDataSet (name string, sample number)
- Returns the data set for the given far field. (Returns a DataSet object.)
- GetDataSet (name string, startFreq number, endFreq number, sample number)
- Returns the data set for the given far field. (Returns a DataSet object.)
- GetNames ()
- Returns a list containing the names of the far fields. (Returns a List of string object.)
- GetSampledDataSet (name string, theta number, phi number)
- Returns the data set for the continuous far field sampled using the given theta and phi sample densities. (Returns a DataSet object.)
- GetSampledDataSet (name string, thetaStart number, thetaEnd number, thetaCount number, phiStart number, phiEnd number, phiCount number)
- Returns the data set for the continuous far field sampled using the given theta and phi sample densities. (Returns a DataSet object.)
- GetSampledDataSet (name string, freq number, theta number, phi number)
- Returns the data set for the continuous far field sampled using the given theta and phi sample densities. (Returns a DataSet object.)
- GetSampledDataSet (name string, freqStart number, freqEnd number, freqCount number, thetaStart number, thetaEnd number, thetaCount number, phiStart number, phiEnd number, phiCount number)
- Returns the data set for the continuous far field sampled using the given theta and phi sample densities. (Returns a DataSet object.)
Function Details
- GetDataSet (name string)
- Returns the data set for the given far field.
- GetDataSet (name string, sample number)
- Returns the data set for the given far field.
- GetDataSet (name string, startFreq number, endFreq number, sample number)
- Returns the data set for the given far field.
- Input Parameters
- Return
- DataSet
- A far field data set.
- GetNames ()
- Returns a list containing the names of the far fields.
- GetSampledDataSet (name string, theta number, phi number)
- Returns the data set for the continuous far field sampled using the given theta and phi sample densities.
- GetSampledDataSet (name string, thetaStart number, thetaEnd number, thetaCount number, phiStart number, phiEnd number, phiCount number)
- Returns the data set for the continuous far field sampled using the given theta and phi sample densities.
- Input Parameters
- name(string)
- The full name of the far field.
- thetaStart(number)
- The start of the theta range to sample.
- thetaEnd(number)
- The end of the theta range to sample.
- thetaCount(number)
- The theta sample density.
- phiStart(number)
- The start of the phi range to sample.
- phiEnd(number)
- The end of the phi range to sample.
- phiCount(number)
- The phi sample density.
- Return
- DataSet
- A far field data set.
- GetSampledDataSet (name string, freq number, theta number, phi number)
- Returns the data set for the continuous far field sampled using the given theta and phi sample densities.
- GetSampledDataSet (name string, freqStart number, freqEnd number, freqCount number, thetaStart number, thetaEnd number, thetaCount number, phiStart number, phiEnd number, phiCount number)
- Returns the data set for the continuous far field sampled using the given theta and phi sample densities.
- Input Parameters
- name(string)
- The full name of the far field.
- freqStart(number)
- The start of the frequency range to sample.
- freqEnd(number)
- The end of the frequency range to sample.
- freqCount(number)
- The frequency sample density.
- thetaStart(number)
- The start of the theta range to sample.
- thetaEnd(number)
- The end of the theta range to sample.
- thetaCount(number)
- The theta sample density.
- phiStart(number)
- The start of the phi range to sample.
- phiEnd(number)
- The end of the phi range to sample.
- phiCount(number)
- The phi sample density.
- Return
- DataSet
- A far field data set.