mistic-lab / gr-flex

An Out of tree GNU Radio block for communicating with the Flex radio
MIT License
13 stars 2 forks source link

Take inventory of properties that should be exposed in Flex Source #4

Open cjam opened 6 years ago

cjam commented 6 years ago

More properties should be surfaced to the GNU Radio interface through the Flex Source block. Properties such as:

RF Gain, Bandwidth, etc. Might make sense to take an inventory of the properties that would be good to surface.

Exposing them should be fairly easy as I have already done this for the Center Frequency property, but I think that the goal of this issue would be to create separate issues for the properties to be exposed.

cjam commented 6 years ago

Note that the properties of interest can be found the FlexLibMono/FlexLib/Panadapter.cs

nsbruce commented 6 years ago

Relevant link. Easier to read than the cs file for grabbing properties.

http://www.flexradio.com/flexlib/class_flex_1_1_smoothlake_1_1_flex_lib_1_1_waterfall.html

cjam commented 6 years ago

Ah agreed. Good call.