[chirp_devel] Fixed Frequency Radio

Jim Unroe
Tue Sep 19 04:20:51 PDT 2017


> Very rough idea:
>
> test_mem = None
> for i in range(*rf.memory_bounds):
>      m = radio.get_memory(i)
>      if not 'freq' in m.immutable:
>          test_mem = m
>          break
>
> if not test_mem:
>      # skip because no memories are usable
>
>
> # continue to do test with test_mem instead of just blindly using #1

I think I follow what you are proposing. I'm not sure where this would
go but I think I can figure it out with a little looking around.

The problem I currently have is I that I recently bought another
house. I'm in the processing of moving to the new QTH and don't know
when I will have my development computer back on-line. ;)

Jim



More information about the chirp_devel mailing list