Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Symbol Sync interpolation method not changing in GRC #32

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

AsriFox
Copy link
Contributor

@AsriFox AsriFox commented Dec 18, 2023

Interpolation method (enum) of Symbol Sync block could not be changed in gnuradio-companion; probably because the enum type requires string options. Thus, options are changed from numbers to identifier strings. Numeric values are placed in the option attribute val, and hiding of other fields is controlled with option attribute hide.

Interpolation method (`enum`) of Symbol Sync block could not be changed
in gnuradio-companion; probably because the `enum` type requires string
options. Thus, `options` are changed from numbers to identifier strings.
Numeric values are placed in the option attribute `val`, and hiding of
other fields is controlled with option attribute `hide`.
@igorauad
Copy link
Owner

@AsriFox Thanks a lot for the fix!

@igorauad igorauad merged commit 81b5490 into igorauad:master Dec 19, 2023
7 checks passed
@AsriFox AsriFox deleted the fix-interp-method branch December 27, 2023 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants