theta_length property

theta_length property

Gets or sets the length of the theta.

Definition:

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

See Also