pyModeS.decoder.bds.bds17 module

pyModeS.decoder.bds.bds17.cap17(msg)[source]

Extract capacities from BDS 1,7 message

Parameters

msg (str) – 28 hexdigits string

Returns

list of support BDS codes

Return type

list

pyModeS.decoder.bds.bds17.is17(msg)[source]

Check if a message is likely to be BDS code 1,7

Parameters

msg (str) – 28 hexdigits string

Returns

True or False

Return type

bool