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

grc-qt variables do not evaluate their python values #7299

Open
chrisjohgorman opened this issue May 1, 2024 · 0 comments
Open

grc-qt variables do not evaluate their python values #7299

chrisjohgorman opened this issue May 1, 2024 · 0 comments
Labels

Comments

@chrisjohgorman
Copy link

What happened?

Put a variable on the canvas and set it's value to 48e3*4*8. The gtk grc evaluates this variable and shows it as 1.536M. Currently the grc-qt interface leaves the value as 48e3*4*8.

qt_variable_value

System Information

OS: Arch Linux
GR Installation Method: Source

GNU Radio Version

3.10 (maint-3.10)

Specific Version

3.10.10.0

Steps to Reproduce the Problem

  1. place a variable block on the screen.
  2. set it's value to a python expression. eg. 100*100
  3. see that the expression is not evaluated, ie. it shows 100*100 rather than 10000

Relevant log output

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants