The NearField namespace

Near field data set functions.

Function List

GetDataSet (name string)
Returns the data set for the given near field. (Returns a DataSet object.)
GetDataSet (name string, sample number)
Returns the data set for the given near field. (Returns a DataSet object.)
GetDataSet (name string, startFreq number, endFreq number, sample number)
Returns the data set for the given near field. (Returns a DataSet object.)
GetMediaDataSet (name string)
Returns the data set containing the media information for the given near field. (Returns a DataSet object.)
GetMediaDataSet (name string, sample number)
Returns the data set containing the media information for the given near field. (Returns a DataSet object.)
GetMediaDataSet (name string, startFreq number, endFreq number, sample number)
Returns the data set containing the media information for the given near field. (Returns a DataSet object.)
GetNames ()
Returns a list containing the names of the near fields. (Returns a List of string object.)

Function Details

GetDataSet (name string)
Returns the data set for the given near field.
Input Parameters
name(string)
The full name of the near field.
Return
DataSet
A near field data set.
GetDataSet (name string, sample number)
Returns the data set for the given near field.
Input Parameters
name(string)
The full name of the near field.
sample(number)
The sample density for the continuous frequency axis.
Return
DataSet
A near field data set.
GetDataSet (name string, startFreq number, endFreq number, sample number)
Returns the data set for the given near field.
Input Parameters
name(string)
The full name of the near field.
startFreq(number)
The start frequency to use when sampling the continuous frequency axis.
endFreq(number)
The end frequency to use when sampling the continuous frequency axis.
sample(number)
The sample density for the continuous frequency axis.
Return
DataSet
A near field data set.
GetMediaDataSet (name string)
Returns the data set containing the media information for the given near field.
Input Parameters
name(string)
The full name of the near field.
Return
DataSet
A near field media data set.
GetMediaDataSet (name string, sample number)
Returns the data set containing the media information for the given near field.
Input Parameters
name(string)
The full name of the near field.
sample(number)
The sample density for the continuous frequency axis.
Return
DataSet
A near field media data set.
GetMediaDataSet (name string, startFreq number, endFreq number, sample number)
Returns the data set containing the media information for the given near field.
Input Parameters
name(string)
The full name of the near field.
startFreq(number)
The start frequency to use when sampling the continuous frequency axis.
endFreq(number)
The end frequency to use when sampling the continuous frequency axis.
sample(number)
The sample density for the continuous frequency axis.
Return
DataSet
A near field media data set.
GetNames ()
Returns a list containing the names of the near fields.
Return
List of string
A list of near field names.