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