Property |
Type |
Default |
Description |
---|---|---|---|
rx.freq |
uint32 |
2029500000 |
Receive frequency |
rx.type |
uint8 |
1 |
Receive modulation type (0 = BPSK, 1 = QPSK) |
rx.rate |
uint32 |
1000000 |
Receive symbol rate |
rx.rolloff |
uint8 |
0 |
RRC roll-off (0 = 0.20, 1 = 0.25, 2 = 0.35) |
rx.afc.enable |
bool |
True |
Enable AFC |
rx.afc.range |
uint32 |
15000 |
AFC adjustment range |
rx.rs |
bool |
True |
Enable Reed-Solomon coding |
rx.cc |
bool |
True |
Enable convolutional coding |
rx.rand |
bool |
True |
Enable randomization |
rx.crc |
bool |
True |
Enable CRC checksum |
rx.size |
uint16 |
217 |
Maximum payload size |
rx.id |
uint16 |
0 |
Satellite ID/address |
rx.crypto.key |
binary |
00…00 |
Decryption key |
rx.crypto.decrypt |
bool |
False |
Decrypt frames |
rx.crypto.auth |
bool |
False |
Verify authentication tag |
rx.frames |
uint32 |
— |
Received frames |
rx.detected |
uint32 |
— |
Detected frames |
rx.rssi |
float |
— |
Measured RSSI |
rx.freqerr |
float |
— |
Estimated frequency error |
rx.symerr |
float |
— |
Estimated symbol rate error |
rx.ebn0 |
float |
— |
Estimated Eb/N0 |
rx.carrier.lock |
bool |
— |
Carrier lock |
rx.frame.lock |
bool |
— |
Frame synchronizer lock |