StartSequence

class s100py.s100.StartSequence

Bases: object

Mixin class for startSequence. Data Coding Formats 2,5,6

Inheritance diagram of StartSequence

Attributes Summary

start_sequence

Grid coordinates of the grid point to which the first in the sequence of values is to be assigned.

Methods Summary

start_sequence_create()

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)

Methods Documentation

start_sequence_create()

Creates a blank, empty or zero value for start_sequence

__init__()