Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ELEN90089 CDC
documentation
Wiki
bladerf
Changes
Page history
New page
Templates
Clone repository
bladerf status port documentation
authored
3 years ago
by
Glenn Bradford
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bladerf.md
+15
-3
15 additions, 3 deletions
bladerf.md
with
15 additions
and
3 deletions
bladerf.md
View page @
478a67c6
...
...
@@ -221,9 +221,21 @@ interface.
| rate | double | Set Tx or Rx sample rate - applies to all channels. |
| bandwidth | double | Set Tx or Rx bandwidth - 0 for default bandwidth. |
| tag | bool | Tag
*bladeRF Source*
output with current timestamp. |
> **Note:** The *status* port is a work in progress.
| read_ts | uint64 | Read Tx or Rx timestamp from FPGA. |
The
*status*
port of a bladeRF block produces messages about error conditions
occuring within the blocks or responses to command port queries. Messages are
formatted as PMT pairs in which the first element is a string indicating the
status and the second element is an optional data value.
| String | Type | Description |
| --------- | ------ |-------------------------------------------------------- |
| timeout | n/a | Timeout occurred in
`bladerf_sync_tx`
or
`bladerf_sync_rx`
. |
| time_past | n/a | Requested timestamp is in the past. |
| overrun | n/a | Received samples have been dropped. |
| underrun | n/a | Transmit samples gap occurred on device. |
| tx_time | uint64 | Transmit timestamp from
*read_ts*
command. |
| rx_time | uint64 | Receive timestamp from
*read_ts*
command. |
### Stream Tag Interface
...
...
This diff is collapsed.
Click to expand it.