MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / setApdSamplerPort

Method setApdSamplerPort

src/models/TransmitModel.cpp:340–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340void 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
347void TransmitModel::resetApdEqualizer()
348{

Callers 2

buildApdTabMethod · 0.80

Calls 1

isEmptyMethod · 0.45

Tested by 1