property galois.BCH.is_systematic : bool Indicates if the code is configured to return codewords in systematic form. Examples¶ In [1]: bch = galois.BCH(15, 7); bch Out[1]: <BCH Code: [15, 7, 5] over GF(2)> In [2]: bch.is_systematic Out[2]: True