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

Method setTxFilterLow

src/models/TransmitModel.cpp:664–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662}
663
664void TransmitModel::setTxFilterLow(int hz)
665{
666 hz = qBound(0, hz, 10000);
667 emit commandReady(QString("transmit set filter_low=%1 filter_high=%2")
668 .arg(hz).arg(m_txFilterHigh));
669}
670
671void TransmitModel::setTxFilterHigh(int hz)
672{

Callers 2

buildUIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected