AmmosSource
guix
Last change
on this file since 6914dbb was 6914dbb, checked in by Enrico Schwass <ennoausberlin@…>, 2 years ago |
remove DEBUG parameter and update package to new logger mechanism
|
-
Property mode
set to
100644
|
File size:
590 bytes
|
Line | |
---|
1 | Module ammosreader.AmmosIFDataHeader
|
---|
2 | ====================================
|
---|
3 | I provide a Ammos data header for IF data frames.
|
---|
4 |
|
---|
5 | Classes
|
---|
6 | -------
|
---|
7 |
|
---|
8 | `AmmosIFDataHeader(block_count, block_length, timestamp, status, source_id, source_state, frequency, bandwidth, sample_rate, interpolation, decimation, voltage_ref)`
|
---|
9 | : I implement an Ammos data header for IF data frames.
|
---|
10 |
|
---|
11 | I create a new instance of myself using the above parameters.
|
---|
12 |
|
---|
13 | ### Class variables
|
---|
14 |
|
---|
15 | `HEADER_SIZE`
|
---|
16 | :
|
---|
17 |
|
---|
18 | ### Static methods
|
---|
19 |
|
---|
20 | `from_bytes(bytes)`
|
---|
21 | : I return an AMMOS data header from given bytes. |
---|
Note:
See
TracBrowser
for help on using the repository browser.