script_offset property

script_offset property

Gets and sets the script offset,in unit of percentage

Definition:

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

See Also