offset property

offset property

Gets or sets the offset. The offset attribute indicates the index of the first value to be read from the array. The default value is 0. Optional attribute.

Definition:

@property
def offset(self):
    ...
@offset.setter
def offset(self, value):
    ...

See Also