The SAR namespace
SAR data set functions.
Function List
- GetDataSet (name string)
- Returns the data set for the given SAR. (Returns a DataSet object.)
- GetDataSet (name string, sample number)
- Returns the data set for the given SAR. (Returns a DataSet object.)
- GetDataSet (name string, startFreq number, endFreq number, sample number)
- Returns the data set for the given SAR. (Returns a DataSet object.)
- GetNames ()
- Returns a list containing the names of the SAR entities. (Returns a List of string object.)
Function Details
- GetDataSet (name string)
- Returns the data set for the given SAR.
- GetDataSet (name string, sample number)
- Returns the data set for the given SAR.
- GetDataSet (name string, startFreq number, endFreq number, sample number)
- Returns the data set for the given SAR.
- Input Parameters
- Return
- DataSet
- A SAR data set.
- GetNames ()
- Returns a list containing the names of the SAR entities.