| 338 | } |
| 339 | |
| 340 | void TransmitModel::setApdSamplerPort(const QString& txAnt, const QString& port) |
| 341 | { |
| 342 | if (txAnt.isEmpty() || port.isEmpty()) return; |
| 343 | emit commandReady(QString("apd sampler tx_ant=%1 sample_port=%2") |
| 344 | .arg(txAnt.toUpper(), port.toUpper())); |
| 345 | } |
| 346 | |
| 347 | void TransmitModel::resetApdEqualizer() |
| 348 | { |