| 148 | } |
| 149 | |
| 150 | void |
| 151 | Analyzer::setSweepStrategy(SweepStrategy strategy) |
| 152 | { |
| 153 | SU_ATTEMPT(suscan_analyzer_set_sweep_stratrgy( |
| 154 | this->instance, |
| 155 | static_cast<enum suscan_analyzer_sweep_strategy>(strategy))); |
| 156 | } |
| 157 | |
| 158 | void |
| 159 | Analyzer::setSpectrumPartitioning(SpectrumPartitioning partitioning) |