source: ammosreader/IQDWTXBlock.py@ 6cb85c2

AmmosSource guix
Last change on this file since 6cb85c2 was 1e781ba, checked in by recknagel <recknagel@…>, 3 years ago

former radardex-project

  • Property mode set to 100644
File size: 264 bytes
RevLine 
[1e781ba]1from PDW import PDW
2
3
4class 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.