Re: [Hamlib-developer] Re: TS-450S commands (2)
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Joop S. <pa...@de...> - 2002-12-18 22:19:27
|
On Tue, 17 Dec 2002 23:16:21 +0100 Stephane Fillod <f8...@fr...> wrote: > Joop: > > > Yes, passband is on the TODO list. I have to look into it, at the > > > moment I don't have a clue what it is for. Guess it has something > > > to do with the IF bandwidth. > > In ts450s_get_mode(), if you don't know the passband, you may simply do > the following (once *mode is set): > > *width = rig_passband_normal(rig, *mode); > > However, it would be better to use the "FL;" command, and set *width > appropriately, depending on the 8.83MHz and 455 kHz IF filters returned > in P1 and P2. > Note: the same can be done in ts450s_set_mode. > Thanks Stephane, I will have a go at it in a few days. Feel free to correct my cvs commits.... > 73 > Stephane > > Regards, Joop |