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

Document Digital RF channel/directory structure and make it more visible #1

Open
jacobagilbert opened this issue Jun 23, 2017 · 2 comments
Assignees

Comments

@jacobagilbert
Copy link

After making a recording using the Digital RF Sink block, I get the following error attempting to replay from there:

ValueError: No channels found: top_level_directory_arg = /home/jacob/H5test. If path is correct, you may need to run recreate_properties_file to re-create missing drf_properties.h5 files.

The directory, however, does contain the specified drf_properties file:

`jacob@ubuntu:/opt$ ls /home/jacob/H5test/*
/home/jacob/H5test/drf_properties.h5

/home/jacob/H5test/1970-01-01T00-00-00:
[email protected] [email protected] [email protected] [email protected]
[email protected] [email protected] [email protected] [email protected]
[email protected] [email protected] [email protected]`

@ryanvolz
Copy link
Member

This is a clearly a case where the documentation (at least what's there so far) needs work. There are two ways to make this work:

  1. Use '/home/jacob' as your top_level_directory_arg. It will then find the subdirectory of 'H5test' as a valid channel and you should be able to proceed.
  2. Typically, we would use one further directory level to record data, using '/home/jacob/H5test/<channel_name>' in the Digital RF Sink block. Then we think of 'H5test' as the top-level experiment directory containing subdirectories of channel data. In that case, using '/home/jacob/H5test' as the top_level_directory_arg would be what works.

Let me know if either of those doesn't work!

@jacobagilbert
Copy link
Author

That works. Thanks for the information. The throttle doesn't appear to be working but I think thats another issue. I prefer to use an explicit throttle block in GR anyway.

@ryanvolz ryanvolz changed the title GNU Radio Digital RF Source block error Document Digital RF channel/directory structure and make it more visible Jul 16, 2019
@ryanvolz ryanvolz self-assigned this Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants