StartSequence¶
- class s100py.s100.StartSequence¶
Bases:
objectMixin class for startSequence. Data Coding Formats 2,5,6

Attributes Summary
Grid coordinates of the grid point to which the first in the sequence of values is to be assigned.
- rtype
Type[str]
Methods Summary
Creates a blank, empty or zero value for start_sequence
Attributes Documentation
- start_sequence¶
Grid coordinates of the grid point to which the first in the sequence of values is to be assigned. The choice of a valid point for the start sequence is determined by the sequencing rule. Format: n, n… (comma-separated list of grid points, one per dimension – For example, 0,0)
- Return type
str
- start_sequence_attribute_name = 'startSequence'¶
- start_sequence_type¶
- Return type
Type[str]
Methods Documentation
- start_sequence_create()¶
Creates a blank, empty or zero value for start_sequence
- __init__()¶