technique property

technique property

Gets or sets the technique. Each technique specifies optics information for a specific profile as designated by the technique’s profile attribute.

Definition:

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

See Also