Home
last modified time | relevance | path

Searched refs:noise_on_command (Results 1 – 2 of 2) sorted by relevance

/dports/comms/flrig/flrig-1.3.54/src/rigs/
H A DPCR1000.cxx92 const char RIG_PCR1000::noise_on_command[] = "J4601\r\n" ; member in RIG_PCR1000
527 sendCommand(noise_on_command, 5); in set_noise()
528 showresp(WARN, ASC, "Noise Reduction ON", noise_on_command, replystr); in set_noise()
529 strace("nr ON", noise_on_command); in set_noise()
/dports/comms/flrig/flrig-1.3.54/src/include/
H A DPCR1000.h42 static const char noise_on_command[] ; variable