./
bandmode__define.pro
Describes the BANDMODE object, whichs contains all parameter values for one band.
Author information
- Author
Baptiste Cecconi
- History
2004/07/23: Created
2004/07/23: Last Edit
Class description for bandmode
Fields
Fields in bandmode
- ANTENNAX 0S
- ANTENNAZ 0S
- AUTO 0S
- BAND 0S
- CROSS 0S
- DF 0S
- FMAX 0S
- FMAX_INF 0S
- FMIN 0S
- FMIN_SUP 0S
- FREQFILT 0S
- INTEG_TIME 0S
- REPEATCOUNT 0S
- STEP 0S
Routines
Routines from bandmode__define.pro
result = bandmode::get_bandmode()Returns all the parameters of the mode in a string array in order to print it
result = bandmode::init(band, X, Z, nfreqfilt, auto, cross, Df, integtime, repcount, fminsup, fmin, fmaxinf, fmax, step)bandmode::cleanupresult = bandmode::get_band()result = bandmode::get_repeatcount()result = bandmode::get_integtime()result = bandmode::get_freqfilt()result = bandmode::get_auto()result = bandmode::get_cross()result = bandmode::get_df()result = bandmode::get_antennaX()result = bandmode::get_antennaZ()result = bandmode::get_fminsup()result = bandmode::get_fmin()result = bandmode::get_fmaxinf()result = bandmode::get_fmax()result = bandmode::get_step()bandmode__definebandmode__define is a procedure that <behavior desc here>
Routine details
top source bandmode::get_bandmode
result = bandmode::get_bandmode()
Returns all the parameters of the mode in a string array in order to print it
Statistics
| Lines: | 49 lines |
| Cyclomatic complexity: | 13 |
| Modified cyclomatic complexity: | 13 |
top source bandmode::init
result = bandmode::init(band, X, Z, nfreqfilt, auto, cross, Df, integtime, repcount, fminsup, fmin, fmaxinf, fmax, step)
Parameters
- band
- X
- Z
- nfreqfilt
- auto
- cross
- Df
- integtime
- repcount
- fminsup
- fmin
- fmaxinf
- fmax
- step
Statistics
| Lines: | 18 lines |
| Cyclomatic complexity: | 2 |
| Modified cyclomatic complexity: | 2 |
top source bandmode::cleanup
bandmode::cleanup
Statistics
| Lines: | 2 lines |
| Cyclomatic complexity: | 2 |
| Modified cyclomatic complexity: | 2 |
top source bandmode::get_band
result = bandmode::get_band()
Statistics
| Lines: | 3 lines |
| Cyclomatic complexity: | 2 |
| Modified cyclomatic complexity: | 2 |
top source bandmode::get_repeatcount
result = bandmode::get_repeatcount()
Statistics
| Lines: | 3 lines |
| Cyclomatic complexity: | 2 |
| Modified cyclomatic complexity: | 2 |
top source bandmode::get_integtime
result = bandmode::get_integtime()
Statistics
| Lines: | 3 lines |
| Cyclomatic complexity: | 2 |
| Modified cyclomatic complexity: | 2 |
top source bandmode::get_freqfilt
result = bandmode::get_freqfilt()
Statistics
| Lines: | 3 lines |
| Cyclomatic complexity: | 2 |
| Modified cyclomatic complexity: | 2 |
top source bandmode::get_auto
result = bandmode::get_auto()
Statistics
| Lines: | 3 lines |
| Cyclomatic complexity: | 2 |
| Modified cyclomatic complexity: | 2 |
top source bandmode::get_cross
result = bandmode::get_cross()
Statistics
| Lines: | 3 lines |
| Cyclomatic complexity: | 2 |
| Modified cyclomatic complexity: | 2 |
top source bandmode::get_df
result = bandmode::get_df()
Statistics
| Lines: | 3 lines |
| Cyclomatic complexity: | 2 |
| Modified cyclomatic complexity: | 2 |
top source bandmode::get_antennaX
result = bandmode::get_antennaX()
Statistics
| Lines: | 3 lines |
| Cyclomatic complexity: | 2 |
| Modified cyclomatic complexity: | 2 |
top source bandmode::get_antennaZ
result = bandmode::get_antennaZ()
Statistics
| Lines: | 3 lines |
| Cyclomatic complexity: | 2 |
| Modified cyclomatic complexity: | 2 |
top source bandmode::get_fminsup
result = bandmode::get_fminsup()
Statistics
| Lines: | 3 lines |
| Cyclomatic complexity: | 2 |
| Modified cyclomatic complexity: | 2 |
top source bandmode::get_fmin
result = bandmode::get_fmin()
Statistics
| Lines: | 3 lines |
| Cyclomatic complexity: | 2 |
| Modified cyclomatic complexity: | 2 |
top source bandmode::get_fmaxinf
result = bandmode::get_fmaxinf()
Statistics
| Lines: | 3 lines |
| Cyclomatic complexity: | 2 |
| Modified cyclomatic complexity: | 2 |
top source bandmode::get_fmax
result = bandmode::get_fmax()
Statistics
| Lines: | 3 lines |
| Cyclomatic complexity: | 2 |
| Modified cyclomatic complexity: | 2 |
File attributes
| Modification date: | Fri Jan 9 19:59:00 2015 |
| Lines: | 128 |
![[attach.png]](idldoc-resources/attach.png)