SEQUENCING_RULE_TYPE

class s100py.s100.SEQUENCING_RULE_TYPE(*values)

Bases: Enum

S100 v5.2 Table 8-12 – CV_SequenceType enumeration

Inheritance diagram of SEQUENCING_RULE_TYPE

Attributes Summary

CantorDiagonal

Hilbert

Morton

boustrophedonic

linear

spiral

Attributes Documentation

CantorDiagonal = 3
Hilbert = 6
Morton = 5
boustrophedonic = 2
linear = 1
spiral = 4