Actions
QueryStrings » History » Revision 1
Revision 1/5
| Next »
Dan Smith, 12/11/2024 08:58 AM
CHIRP supports filtering the memory view according to a query string. This can be used to temporarily limit the memories being displayed to make it easier to find things.
If you type a simple string (without spaces or special characters) CHIRP will search the frequency, name, and comment fields for that string. However, if you use a specific query language, more complex filtering is possible.
Operation | Example | Result |
---|---|---|
Find name containing string | name~"mountain" |
Display memories with "mountain" in the name |
Find exact name | name="KK7DS" |
Display memories with name exactly matching "KK7DS" |
Find specific frequency | freq=146.52 |
Display memories with frequency of 146.52MHz |
Find range of frequencies | freq<144,148> |
Display memories with frequency between 144-148MHz |
Find only D-STAR memories | mode="DV" |
Display memories that have "DV" in the mode column |
Find only airband memories | mode="AM" and freq<118,134> |
Display memories that are AM and between 118-134MHz |
Updated by Dan Smith 10 days ago · 1 revisions