CVBpy 14.0
FourStateKix Class Reference

Configuration to access parameters of FourStateKix. More...

Inherits ReaderFourStateConfigBase.

Properties

 lsb_position = property
 int: Position of the 'low significant bit' of the code in the image (see cvb.barcode.FourStateLsb). More...
 
 max_digits = property
 int: Maximum number of the 4-State Kix code words. More...
 
 min_digits = property
 int: Minimum number of the 4-State Kix code words. More...
 

Detailed Description

Configuration to access parameters of FourStateKix.

Property Documentation

◆ lsb_position

lsb_position = property
static

int: Position of the 'low significant bit' of the code in the image (see cvb.barcode.FourStateLsb).

The LSB 'low significant bit' can be FourStateLsb.Left , FourStateLsb.Bottom, FourStateLsb.Right or FourStateLsb.Top. If the LSB is not correct (for example FourStateLsb.Left and FourStateLsb.Right are interchanged) the code interpretation is another. Default LSB = FourStateLsb.Left.

◆ max_digits

max_digits = property
static

int: Maximum number of the 4-State Kix code words.

The FourStateLsb.min_digits and FourStateLsb.max_digits parameters limit the number of code words for the 4-State Kix Postal Code. In general, this number is not identical to the number of coded data digits. The parameters do not take account of any start and stop digits which may have been transmitted. The size is between 6 and 18 digits.

◆ min_digits

min_digits = property
static

int: Minimum number of the 4-State Kix code words.

The FourStateLsb.min_digits and FourStateLsb.max_digits parameters limit the number of code words for the 4-State Kix Postal Code. In general, this number is not identical to the number of coded data digits. The parameters do not take account of any start and stop digits which may have been transmitted. The size is between 6 and 18 digits.