AmmosSource
guix
Last change
on this file since 1e781ba was 1e781ba, checked in by recknagel <recknagel@…>, 3 years ago |
former radardex-project
|
-
Property mode
set to
100644
|
File size:
264 bytes
|
Rev | Line | |
---|
[1e781ba] | 1 | from PDW import PDW
|
---|
| 2 |
|
---|
| 3 |
|
---|
| 4 | class IQDWTXBLOCK():
|
---|
| 5 |
|
---|
| 6 | @classmethod
|
---|
| 7 | def from_bytes(cls, byte_string):
|
---|
| 8 | pdw = PDW.from_bytes(bytes[0:32])
|
---|
| 9 | return IQDWTXBLOCK(pdw, bytes[32:])
|
---|
| 10 |
|
---|
| 11 | def __init__(self, pdw, iq):
|
---|
| 12 |
|
---|
| 13 | self.pdw = pdw
|
---|
| 14 | self.iq = iq
|
---|
Note:
See
TracBrowser
for help on using the repository browser.