DemodModStatus

This is a Data Header variable.

Type = Long

DemodModStatus is a bit set representing the status of the digital demodulation operation for this data:

 

SYNC_SEARCH

0x1,  

0= off,
1= on

PULSE_SEARCH

0x2,  

0= off,
1= on

SYNC_FOUND

0x10000,  

0 = not found,
1 = found;
valid only if SYNC_SEARCH = 1

PULSE_FOUND

0x20000,  

0 = not found,
1 = found;
valid only if PULSE_SEARCH = 1

CARRIER_UNLOCK

0x10000000,  

0 = locked,
1 = unlocked

EQUALIZER

0x20000000, 

0 = off,
1 = on

MOD_ERRORS_INVALID

0x40000000, 

0 = valid,
1 = invalid